Html Css Color HEX #D4EDAB Reef

📋 copy color: '#D4EDAB'

red 212 ◦ green 237 ◦ blue 171

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

Shades of Reef #D4EDAB

Tints of Reef #D4EDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.58%

R = 34.19%
G = 38.23%
B = 27.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#D4EDAB (or 0xD4EDAB) is known color: Reef. HEX triplet: D4, ED and AB. RGB value is (212,237,171). Sum of RGB (Red+Green+Blue) = 212+237+171=620 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.19% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EDAB is #2B1254. Grayscale: #DEDEDE. Windows color (decimal): -2822741 or 11267540. OLE color: 11267540.

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

Color convert

RGB 212 237 171 -
CMYK 0.11 0 0.28 0.07
HSL 82.73º 0.65% 0.8% -
HSV(B) 82.73º 0.28% 0.93% -
XYZ 64.79 77.51 50.07 -
YUV 222 99.22 120.87 -
System Red Green Blue C M Y K H S L
Decimal 212 237 171 0.11 0 0.28 0.07 82.73 0.65 0.8
Hex D4 ED AB B 0 1C 7 53 41 50
Octal 324 355 253 13 0 34 7 123 101 120
Binary 11010100 11101101 10101011 1011 0 11100 111 1010011 1000001 1010000

Color Harmonies of #D4EDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EDAB

Black with #D4EDAB

Text Example


Text Example

White with #D4EDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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