Html Css Color HEX #D4EFAD Reef

📋 copy color: '#D4EFAD'

red 212 ◦ green 239 ◦ blue 173

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

Shades of Reef #D4EFAD

Tints of Reef #D4EFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.72%

R = 33.97%
G = 38.3%
B = 27.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#D4EFAD (or 0xD4EFAD) is known color: Reef. HEX triplet: D4, EF and AD. RGB value is (212,239,173). Sum of RGB (Red+Green+Blue) = 212+239+173=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EFAD is #2B1052. Grayscale: #DFDFDF. Windows color (decimal): -2822227 or 11399124. OLE color: 11399124.

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

Color convert

RGB 212 239 173 -
CMYK 0.11 0 0.28 0.06
HSL 84.55º 0.67% 0.81% -
HSV(B) 84.55º 0.28% 0.94% -
XYZ 65.56 78.75 51.28 -
YUV 223.4 99.55 119.87 -
System Red Green Blue C M Y K H S L
Decimal 212 239 173 0.11 0 0.28 0.06 84.55 0.67 0.81
Hex D4 EF AD B 0 1C 6 55 43 51
Octal 324 357 255 13 0 34 6 125 103 121
Binary 11010100 11101111 10101101 1011 0 11100 110 1010101 1000011 1010001

Color Harmonies of #D4EFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EFAD

Black with #D4EFAD

Text Example


Text Example

White with #D4EFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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