Html Css Color HEX #D4EAAB Reef

📋 copy color: '#D4EAAB'

red 212 ◦ green 234 ◦ blue 171

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

Shades of Reef #D4EAAB

Tints of Reef #D4EAAB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.93%

 BLUE value IS 171 (67.19% from 255) = 27.71%

R = 34.36%
G = 37.93%
B = 27.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#D4EAAB (or 0xD4EAAB) is known color: Reef. HEX triplet: D4, EA and AB. RGB value is (212,234,171). Sum of RGB (Red+Green+Blue) = 212+234+171=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EAAB is #2B1554. Grayscale: #DCDCDC. Windows color (decimal): -2823509 or 11266772. OLE color: 11266772.

HSL color Cylindrical-coordinate representation of color #D4EAAB: hue angle of 80.95º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4EAAB is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 234 171 -
CMYK 0.09 0 0.27 0.08
HSL 80.95º 0.6% 0.79% -
HSV(B) 80.95º 0.27% 0.92% -
XYZ 63.92 75.78 49.79 -
YUV 220.24 100.21 122.12 -
System Red Green Blue C M Y K H S L
Decimal 212 234 171 0.09 0 0.27 0.08 80.95 0.6 0.79
Hex D4 EA AB 9 0 1B 8 51 3C 4F
Octal 324 352 253 11 0 33 10 121 74 117
Binary 11010100 11101010 10101011 1001 0 11011 1000 1010001 111100 1001111

Color Harmonies of #D4EAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EAAB

Black with #D4EAAB

Text Example


Text Example

White with #D4EAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EAAB; }

 p { color: rgb(212,234,171); }

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

background-color css

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

 a { background-color: rgb(212,234,171); }

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

border-color css

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

 span { border-color: rgb(212,234,171); }

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