Html Css Color HEX #D0E0AE Reef

📋 copy color: '#D0E0AE'

red 208 ◦ green 224 ◦ blue 174

#D0E0AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #D0E0AE

Tints of Reef #D0E0AE

RGB

 RED value IS 208 (81.64% from 255) = 34.32%

 GREEN value IS 224 (87.89% from 255) = 36.96%

 BLUE value IS 174 (68.36% from 255) = 28.71%

R = 34.32%
G = 36.96%
B = 28.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#D0E0AE (or 0xD0E0AE) is known color: Reef. HEX triplet: D0, E0 and AE. RGB value is (208,224,174). Sum of RGB (Red+Green+Blue) = 208+224+174=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E0AE is #2F1F51. Grayscale: #D5D5D5. Windows color (decimal): -3088210 or 11460816. OLE color: 11460816.

HSL color Cylindrical-coordinate representation of color #D0E0AE: hue angle of 79.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0E0AE is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 224 174 -
CMYK 0.07 0 0.22 0.12
HSL 79.2º 0.45% 0.78% -
HSV(B) 79.2º 0.22% 0.88% -
XYZ 60.31 69.78 50.33 -
YUV 213.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 208 224 174 0.07 0 0.22 0.12 79.2 0.45 0.78
Hex D0 E0 AE 7 0 16 C 4F 2D 4E
Octal 320 340 256 7 0 26 14 117 55 116
Binary 11010000 11100000 10101110 111 0 10110 1100 1001111 101101 1001110

Color Harmonies of #D0E0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E0AE

Black with #D0E0AE

Text Example


Text Example

White with #D0E0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E0AE; }

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

 H1.HeaderClassName
 {
   color: #D0E0AE;
 }
 .AnyTagClassName
 {
   color: #D0E0AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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