Html Css Color HEX #D4EDB0 Reef

📋 copy color: '#D4EDB0'

red 212 ◦ green 237 ◦ blue 176

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

Shades of Reef #D4EDB0

Tints of Reef #D4EDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.16%

R = 33.92%
G = 37.92%
B = 28.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#D4EDB0 (or 0xD4EDB0) is known color: Reef. HEX triplet: D4, ED and B0. RGB value is (212,237,176). Sum of RGB (Red+Green+Blue) = 212+237+176=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 176 (69.14% from 255 or 28.16% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EDB0 is #2B124F. Grayscale: #DEDEDE. Windows color (decimal): -2822736 or 11595220. OLE color: 11595220.

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

Color convert

RGB 212 237 176 -
CMYK 0.11 0 0.26 0.07
HSL 84.59º 0.63% 0.81% -
HSV(B) 84.59º 0.26% 0.93% -
XYZ 65.27 77.7 52.63 -
YUV 222.57 101.72 120.46 -
System Red Green Blue C M Y K H S L
Decimal 212 237 176 0.11 0 0.26 0.07 84.59 0.63 0.81
Hex D4 ED B0 B 0 1A 7 55 3F 51
Octal 324 355 260 13 0 32 7 125 77 121
Binary 11010100 11101101 10110000 1011 0 11010 111 1010101 111111 1010001

Color Harmonies of #D4EDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EDB0

Black with #D4EDB0

Text Example


Text Example

White with #D4EDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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