#D0EEAE

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

Shades of Reef #D0EEAE

Tints of Reef #D0EEAE

Color information

#D0EEAE (or 0xD0EEAE) is unknown color: approx Reef. HEX triplet: D0, EE and AE. RGB value is (208,238,174). Sum of RGB (Red+Green+Blue) = 208+238+174=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 174 (68.36% from 255 or 28.06% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EEAE is #2F1151. Grayscale: #DDDDDD. Windows color (decimal): -3084626 or 11464400. OLE color: 11464400.

HSL color Cylindrical-coordinate representation of color #D0EEAE: hue angle of 88.12º degrees, saturation: 0.65, 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 #D0EEAE is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB208238174-
CMYK0.1300.270.07
HSL88.12º65.31%80.78%-
HSV(B)88.12º26.89%93.33%-
XYZ64.2377.6151.64-
YUV221.73101.06118.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.55%
GREEN value IS 238 (93.36% from 255) = 38.39%
BLUE value IS 174 (68.36% from 255) = 28.06%
R=33.55%
G=38.39%
B=28.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082381740.1300.270.0788.1265.3180.78
HexD0EEAED01B7584151
Octal320356256150337130101121
Binary1101000011101110101011101101011011111101100010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EEAE; }

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

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

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

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

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

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

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

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