Html Css Color HEX #D4EBAA Reef

📋 copy color: '#D4EBAA'

red 212 ◦ green 235 ◦ blue 170

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

Shades of Reef #D4EBAA

Tints of Reef #D4EBAA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.09%

 BLUE value IS 170 (66.8% from 255) = 27.55%

R = 34.36%
G = 38.09%
B = 27.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#D4EBAA (or 0xD4EBAA) is known color: Reef. HEX triplet: D4, EB and AA. RGB value is (212,235,170). Sum of RGB (Red+Green+Blue) = 212+235+170=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EBAA is #2B1455. Grayscale: #DCDCDC. Windows color (decimal): -2823254 or 11201492. OLE color: 11201492.

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

Color convert

RGB 212 235 170 -
CMYK 0.10 0 0.28 0.08
HSL 81.23º 0.62% 0.79% -
HSV(B) 81.23º 0.28% 0.92% -
XYZ 64.12 76.32 49.38 -
YUV 220.71 99.38 121.79 -
System Red Green Blue C M Y K H S L
Decimal 212 235 170 0.10 0 0.28 0.08 81.23 0.62 0.79
Hex D4 EB AA A 0 1C 8 51 3E 4F
Octal 324 353 252 12 0 34 10 121 76 117
Binary 11010100 11101011 10101010 1010 0 11100 1000 1010001 111110 1001111

Color Harmonies of #D4EBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EBAA

Black with #D4EBAA

Text Example


Text Example

White with #D4EBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EBAA; }

 p { color: rgb(212,235,170); }

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

background-color css

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

 a { background-color: rgb(212,235,170); }

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

border-color css

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

 span { border-color: rgb(212,235,170); }

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