Html Css Color HEX #D4E4AD Reef

📋 copy color: '#D4E4AD'

red 212 ◦ green 228 ◦ blue 173

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

Shades of Reef #D4E4AD

Tints of Reef #D4E4AD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.19%

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

R = 34.58%
G = 37.19%
B = 28.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#D4E4AD (or 0xD4E4AD) is known color: Reef. HEX triplet: D4, E4 and AD. RGB value is (212,228,173). Sum of RGB (Red+Green+Blue) = 212+228+173=613 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.58% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 228 - color contains mainly: green. Hex color #D4E4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E4AD is #2B1B52. Grayscale: #D9D9D9. Windows color (decimal): -2825043 or 11396308. OLE color: 11396308.

HSL color Cylindrical-coordinate representation of color #D4E4AD: hue angle of 77.45º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4E4AD is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 228 173 -
CMYK 0.07 0 0.24 0.11
HSL 77.45º 0.5% 0.79% -
HSV(B) 77.45º 0.24% 0.89% -
XYZ 62.44 72.5 50.24 -
YUV 216.95 103.2 124.47 -
System Red Green Blue C M Y K H S L
Decimal 212 228 173 0.07 0 0.24 0.11 77.45 0.5 0.79
Hex D4 E4 AD 7 0 18 B 4D 32 4F
Octal 324 344 255 7 0 30 13 115 62 117
Binary 11010100 11100100 10101101 111 0 11000 1011 1001101 110010 1001111

Color Harmonies of #D4E4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E4AD

Black with #D4E4AD

Text Example


Text Example

White with #D4E4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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