#D3EEAF

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

Shades of Reef #D3EEAF

Tints of Reef #D3EEAF

Color information

#D3EEAF (or 0xD3EEAF) is unknown color: approx Reef. HEX triplet: D3, EE and AF. RGB value is (211,238,175). Sum of RGB (Red+Green+Blue) = 211+238+175=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #D3EEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EEAF is #2C1150. Grayscale: #DEDEDE. Windows color (decimal): -2888017 or 11529939. OLE color: 11529939.

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

Color convert

RGB211238175-
CMYK0.1100.260.07
HSL85.71º64.95%80.98%-
HSV(B)85.71º26.47%93.33%-
XYZ65.1878.0952.2-
YUV222.74101.05119.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.81%
GREEN value IS 238 (93.36% from 255) = 38.14%
BLUE value IS 175 (68.75% from 255) = 28.04%
R=33.81%
G=38.14%
B=28.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112381750.1100.260.0785.7164.9580.98
HexD3EEAFB01A7564151
Octal323356257130327126101121
Binary1101001111101110101011111011011010111101011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EEAF; }

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

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

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

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

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

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

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

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