#D1EDAD

Color #D1EDAD Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D1EDAD

Tints of Reef #D1EDAD

Color information

#D1EDAD (or 0xD1EDAD) is unknown color: approx Reef. HEX triplet: D1, ED and AD. RGB value is (209,237,173). Sum of RGB (Red+Green+Blue) = 209+237+173=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #D1EDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EDAD is #2E1252. Grayscale: #DDDDDD. Windows color (decimal): -3019347 or 11398609. OLE color: 11398609.

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

Color convert

RGB209237173-
CMYK0.1200.270.07
HSL86.25º64%80.39%-
HSV(B)86.25º27%92.94%-
XYZ64.1277.1451.05-
YUV221.33100.72119.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.76%
GREEN value IS 237 (92.97% from 255) = 38.29%
BLUE value IS 173 (67.97% from 255) = 27.95%
R=33.76%
G=38.29%
B=27.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092371730.1200.270.0786.256480.39
HexD1EDADC01B7564050
Octal321355255140337126100120
Binary1101000111101101101011011100011011111101011010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EDAD; }

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

 H1.HeaderClassName
 {
   color: #D1EDAD;
 }
 .AnyTagClassName
 {
   color: #D1EDAD;
 }
</style>
background-color css

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

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

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

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

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

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