Html Css Color HEX #D4EFAA Reef

📋 copy color: '#D4EFAA'

red 212 ◦ green 239 ◦ blue 170

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

Shades of Reef #D4EFAA

Tints of Reef #D4EFAA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.49%

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

R = 34.14%
G = 38.49%
B = 27.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#D4EFAA (or 0xD4EFAA) is known color: Reef. HEX triplet: D4, EF and AA. RGB value is (212,239,170). Sum of RGB (Red+Green+Blue) = 212+239+170=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EFAA is #2B1055. Grayscale: #DFDFDF. Windows color (decimal): -2822230 or 11202516. OLE color: 11202516.

HSL color Cylindrical-coordinate representation of color #D4EFAA: hue angle of 83.48º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4EFAA is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 239 170 -
CMYK 0.11 0 0.29 0.06
HSL 83.48º 0.68% 0.8% -
HSV(B) 83.48º 0.29% 0.94% -
XYZ 65.27 78.63 49.77 -
YUV 223.06 98.05 120.11 -
System Red Green Blue C M Y K H S L
Decimal 212 239 170 0.11 0 0.29 0.06 83.48 0.68 0.8
Hex D4 EF AA B 0 1D 6 53 44 50
Octal 324 357 252 13 0 35 6 123 104 120
Binary 11010100 11101111 10101010 1011 0 11101 110 1010011 1000100 1010000

Color Harmonies of #D4EFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EFAA

Black with #D4EFAA

Text Example


Text Example

White with #D4EFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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