Html Css Color HEX #D4EFAF Reef

📋 copy color: '#D4EFAF'

red 212 ◦ green 239 ◦ blue 175

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

Shades of Reef #D4EFAF

Tints of Reef #D4EFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.96%

R = 33.87%
G = 38.18%
B = 27.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#D4EFAF (or 0xD4EFAF) is known color: Reef. HEX triplet: D4, EF and AF. RGB value is (212,239,175). Sum of RGB (Red+Green+Blue) = 212+239+175=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EFAF is #2B1050. Grayscale: #DFDFDF. Windows color (decimal): -2822225 or 11530196. OLE color: 11530196.

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

Color convert

RGB 212 239 175 -
CMYK 0.11 0 0.27 0.06
HSL 85.31º 0.67% 0.81% -
HSV(B) 85.31º 0.27% 0.94% -
XYZ 65.76 78.83 52.31 -
YUV 223.63 100.55 119.7 -
System Red Green Blue C M Y K H S L
Decimal 212 239 175 0.11 0 0.27 0.06 85.31 0.67 0.81
Hex D4 EF AF B 0 1B 6 55 43 51
Octal 324 357 257 13 0 33 6 125 103 121
Binary 11010100 11101111 10101111 1011 0 11011 110 1010101 1000011 1010001

Color Harmonies of #D4EFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EFAF

Black with #D4EFAF

Text Example


Text Example

White with #D4EFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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