Html Css Color HEX #D4E0A0 Reef

📋 copy color: '#D4E0A0'

red 212 ◦ green 224 ◦ blue 160

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

Shades of Reef #D4E0A0

Tints of Reef #D4E0A0

RGB

 RED value IS 212 (83.2% from 255) = 35.57%

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

 BLUE value IS 160 (62.89% from 255) = 26.85%

R = 35.57%
G = 37.58%
B = 26.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#D4E0A0 (or 0xD4E0A0) is known color: Reef. HEX triplet: D4, E0 and A0. RGB value is (212,224,160). Sum of RGB (Red+Green+Blue) = 212+224+160=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E0A0 is #2B1F5F. Grayscale: #D5D5D5. Windows color (decimal): -2826080 or 10543316. OLE color: 10543316.

HSL color Cylindrical-coordinate representation of color #D4E0A0: hue angle of 71.25º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4E0A0 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 224 160 -
CMYK 0.05 0 0.29 0.12
HSL 71.25º 0.51% 0.75% -
HSV(B) 71.25º 0.29% 0.88% -
XYZ 60.15 69.85 43.57 -
YUV 213.12 98.02 127.2 -
System Red Green Blue C M Y K H S L
Decimal 212 224 160 0.05 0 0.29 0.12 71.25 0.51 0.75
Hex D4 E0 A0 5 0 1D C 47 33 4B
Octal 324 340 240 5 0 35 14 107 63 113
Binary 11010100 11100000 10100000 101 0 11101 1100 1000111 110011 1001011

Color Harmonies of #D4E0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E0A0

Black with #D4E0A0

Text Example


Text Example

White with #D4E0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E0A0; }

 p { color: rgb(212,224,160); }

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

background-color css

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

 a { background-color: rgb(212,224,160); }

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

border-color css

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

 span { border-color: rgb(212,224,160); }

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