#D1EFB0

Color #D1EFB0 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D1EFB0

Tints of Reef #D1EFB0

Color information

#D1EFB0 (or 0xD1EFB0) is unknown color: approx Reef. HEX triplet: D1, EF and B0. RGB value is (209,239,176). Sum of RGB (Red+Green+Blue) = 209+239+176=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 176 (69.14% from 255 or 28.21% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EFB0 is #2E104F. Grayscale: #DFDFDF. Windows color (decimal): -3018832 or 11595729. OLE color: 11595729.

HSL color Cylindrical-coordinate representation of color #D1EFB0: hue angle of 88.57º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1EFB0 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB209239176-
CMYK0.1300.260.06
HSL88.57º66.32%81.37%-
HSV(B)88.57º26.36%93.73%-
XYZ6578.4252.79-
YUV222.85101.56118.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 33.49%
GREEN value IS 239 (93.75% from 255) = 38.30%
BLUE value IS 176 (69.14% from 255) = 28.21%
R=33.49%
G=38.30%
B=28.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092391760.1300.260.0688.5766.3281.37
HexD1EFB0D01A6594251
Octal321357260150326131102121
Binary1101000111101111101100001101011010110101100110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EFB0; }

 p { color: rgb(209,239,176); }

 H1.HeaderClassName
 {
   color: #D1EFB0;
 }
 .AnyTagClassName
 {
   color: #D1EFB0;
 }
</style>
background-color css

<style>
 a { background-color: #D1EFB0; }

 a { background-color: rgb(209,239,176); }

 div.DivClassName
 {
   background-color: #D1EFB0;
 }
 .BgClassName
 {
   background-color: #D1EFB0;
 }
</style>
border-color css

<style>
 span { border-color: #D1EFB0; }

 span { border-color: rgb(209,239,176); }

 td.TdClassName
 {
   border-color: #D1EFB0;
 }
 .TagClassName
 {
   border-color: #D1EFB0;
 }
</style>