#D1EEAF

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

Shades of Reef #D1EEAF

Tints of Reef #D1EEAF

Color information

#D1EEAF (or 0xD1EEAF) is unknown color: approx Reef. HEX triplet: D1, EE and AF. RGB value is (209,238,175). Sum of RGB (Red+Green+Blue) = 209+238+175=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #D1EEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EEAF is #2E1150. Grayscale: #DEDEDE. Windows color (decimal): -3019089 or 11529937. OLE color: 11529937.

HSL color Cylindrical-coordinate representation of color #D1EEAF: hue angle of 87.62º 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 #D1EEAF is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB209238175-
CMYK0.1200.260.07
HSL87.62º64.95%80.98%-
HSV(B)87.62º26.47%93.33%-
XYZ64.6177.852.17-
YUV222.15101.39118.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.60%
GREEN value IS 238 (93.36% from 255) = 38.26%
BLUE value IS 175 (68.75% from 255) = 28.14%
R=33.60%
G=38.26%
B=28.14%

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
Decimal2092381750.1200.260.0787.6264.9580.98
HexD1EEAFC01A7584151
Octal321356257140327130101121
Binary1101000111101110101011111100011010111101100010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EEAF; }

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

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

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

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

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

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

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

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