#D0EDAE

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

Shades of Reef #D0EDAE

Tints of Reef #D0EDAE

Color information

#D0EDAE (or 0xD0EDAE) is unknown color: approx Reef. HEX triplet: D0, ED and AE. RGB value is (208,237,174). Sum of RGB (Red+Green+Blue) = 208+237+174=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EDAE is #2F1251. Grayscale: #DDDDDD. Windows color (decimal): -3084882 or 11464144. OLE color: 11464144.

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

Color convert

RGB208237174-
CMYK0.1200.270.07
HSL87.62º63.64%80.59%-
HSV(B)87.62º26.58%92.94%-
XYZ63.9477.0351.54-
YUV221.15101.39118.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.60%
GREEN value IS 237 (92.97% from 255) = 38.29%
BLUE value IS 174 (68.36% from 255) = 28.11%
R=33.60%
G=38.29%
B=28.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082371740.1200.270.0787.6263.6480.59
HexD0EDAEC01B7584051
Octal320355256140337130100121
Binary1101000011101101101011101100011011111101100010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EDAE; }

 p { color: rgb(208,237,174); }

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

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

 a { background-color: rgb(208,237,174); }

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

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

 span { border-color: rgb(208,237,174); }

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