#D1EEB0

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

Shades of Reef #D1EEB0

Tints of Reef #D1EEB0

Color information

#D1EEB0 (or 0xD1EEB0) is unknown color: approx Reef. HEX triplet: D1, EE and B0. RGB value is (209,238,176). Sum of RGB (Red+Green+Blue) = 209+238+176=623 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.55% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 176 (69.14% from 255 or 28.25% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #D1EEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EEB0 is #2E114F. Grayscale: #DEDEDE. Windows color (decimal): -3019088 or 11595473. OLE color: 11595473.

HSL color Cylindrical-coordinate representation of color #D1EEB0: hue angle of 88.06º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1EEB0 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB209238176-
CMYK0.1200.260.07
HSL88.06º64.58%81.18%-
HSV(B)88.06º26.05%93.33%-
XYZ64.7177.8452.69-
YUV222.26101.89118.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.55%
GREEN value IS 238 (93.36% from 255) = 38.20%
BLUE value IS 176 (69.14% from 255) = 28.25%
R=33.55%
G=38.20%
B=28.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092381760.1200.260.0788.0664.5881.18
HexD1EEB0C01A7584151
Octal321356260140327130101121
Binary1101000111101110101100001100011010111101100010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EEB0; }

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

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

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

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

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

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

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

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