Html Css Color HEX #D1E0AE Reef

📋 copy color: '#D1E0AE'

red 209 ◦ green 224 ◦ blue 174

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

Shades of Reef #D1E0AE

Tints of Reef #D1E0AE

RGB

 RED value IS 209 (82.03% from 255) = 34.43%

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

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

R = 34.43%
G = 36.9%
B = 28.67%

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

#D1E0AE (or 0xD1E0AE) is known color: Reef. HEX triplet: D1, E0 and AE. RGB value is (209,224,174). Sum of RGB (Red+Green+Blue) = 209+224+174=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E0AE is #2E1F51. Grayscale: #D6D6D6. Windows color (decimal): -3022674 or 11460817. OLE color: 11460817.

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

Color convert

RGB 209 224 174 -
CMYK 0.07 0 0.22 0.12
HSL 78º 0.45% 0.78% -
HSV(B) 78º 0.22% 0.88% -
XYZ 60.59 69.92 50.35 -
YUV 213.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 209 224 174 0.07 0 0.22 0.12 78 0.45 0.78
Hex D1 E0 AE 7 0 16 C 4E 2D 4E
Octal 321 340 256 7 0 26 14 116 55 116
Binary 11010001 11100000 10101110 111 0 10110 1100 1001110 101101 1001110

Color Harmonies of #D1E0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E0AE

Black with #D1E0AE

Text Example


Text Example

White with #D1E0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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