Html Css Color HEX #D1EDB0 Reef

📋 copy color: '#D1EDB0'

red 209 ◦ green 237 ◦ blue 176

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

Shades of Reef #D1EDB0

Tints of Reef #D1EDB0

RGB

 RED value IS 209 (82.03% from 255) = 33.6%

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

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

R = 33.6%
G = 38.1%
B = 28.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#D1EDB0 (or 0xD1EDB0) is known color: Reef. HEX triplet: D1, ED and B0. RGB value is (209,237,176). Sum of RGB (Red+Green+Blue) = 209+237+176=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #D1EDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EDB0 is #2E124F. Grayscale: #DDDDDD. Windows color (decimal): -3019344 or 11595217. OLE color: 11595217.

HSL color Cylindrical-coordinate representation of color #D1EDB0: hue angle of 87.54º 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 #D1EDB0 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 237 176 -
CMYK 0.12 0 0.26 0.07
HSL 87.54º 0.63% 0.81% -
HSV(B) 87.54º 0.26% 0.93% -
XYZ 64.42 77.26 52.59 -
YUV 221.67 102.22 118.96 -
System Red Green Blue C M Y K H S L
Decimal 209 237 176 0.12 0 0.26 0.07 87.54 0.63 0.81
Hex D1 ED B0 C 0 1A 7 58 3F 51
Octal 321 355 260 14 0 32 7 130 77 121
Binary 11010001 11101101 10110000 1100 0 11010 111 1011000 111111 1010001

Color Harmonies of #D1EDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EDB0

Black with #D1EDB0

Text Example


Text Example

White with #D1EDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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