Html Css Color HEX #D4EDAC Reef

📋 copy color: '#D4EDAC'

red 212 ◦ green 237 ◦ blue 172

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

Shades of Reef #D4EDAC

Tints of Reef #D4EDAC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.16%

 BLUE value IS 172 (67.58% from 255) = 27.7%

R = 34.14%
G = 38.16%
B = 27.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#D4EDAC (or 0xD4EDAC) is known color: Reef. HEX triplet: D4, ED and AC. RGB value is (212,237,172). Sum of RGB (Red+Green+Blue) = 212+237+172=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EDAC is #2B1253. Grayscale: #DEDEDE. Windows color (decimal): -2822740 or 11333076. OLE color: 11333076.

HSL color Cylindrical-coordinate representation of color #D4EDAC: hue angle of 83.08º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4EDAC is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 237 172 -
CMYK 0.11 0 0.27 0.07
HSL 83.08º 0.64% 0.8% -
HSV(B) 83.08º 0.27% 0.93% -
XYZ 64.88 77.54 50.58 -
YUV 222.12 99.72 120.79 -
System Red Green Blue C M Y K H S L
Decimal 212 237 172 0.11 0 0.27 0.07 83.08 0.64 0.8
Hex D4 ED AC B 0 1B 7 53 40 50
Octal 324 355 254 13 0 33 7 123 100 120
Binary 11010100 11101101 10101100 1011 0 11011 111 1010011 1000000 1010000

Color Harmonies of #D4EDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EDAC

Black with #D4EDAC

Text Example


Text Example

White with #D4EDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EDAC; }

 p { color: rgb(212,237,172); }

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

background-color css

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

 a { background-color: rgb(212,237,172); }

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

border-color css

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

 span { border-color: rgb(212,237,172); }

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