Html Css Color HEX #D2E0AE Reef

📋 copy color: '#D2E0AE'

red 210 ◦ green 224 ◦ blue 174

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

Shades of Reef #D2E0AE

Tints of Reef #D2E0AE

RGB

 RED value IS 210 (82.42% from 255) = 34.54%

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

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

R = 34.54%
G = 36.84%
B = 28.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#D2E0AE (or 0xD2E0AE) is known color: Reef. HEX triplet: D2, E0 and AE. RGB value is (210,224,174). Sum of RGB (Red+Green+Blue) = 210+224+174=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E0AE is #2D1F51. Grayscale: #D6D6D6. Windows color (decimal): -2957138 or 11460818. OLE color: 11460818.

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

Color convert

RGB 210 224 174 -
CMYK 0.06 0 0.22 0.12
HSL 76.8º 0.45% 0.78% -
HSV(B) 76.8º 0.22% 0.88% -
XYZ 60.87 70.07 50.36 -
YUV 214.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 210 224 174 0.06 0 0.22 0.12 76.8 0.45 0.78
Hex D2 E0 AE 6 0 16 C 4D 2D 4E
Octal 322 340 256 6 0 26 14 115 55 116
Binary 11010010 11100000 10101110 110 0 10110 1100 1001101 101101 1001110

Color Harmonies of #D2E0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E0AE

Black with #D2E0AE

Text Example


Text Example

White with #D2E0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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