#DCEDAF

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

Shades of Reef #DCEDAF

Tints of Reef #DCEDAF

Color information

#DCEDAF (or 0xDCEDAF) is unknown color: approx Reef. HEX triplet: DC, ED and AF. RGB value is (220,237,175). Sum of RGB (Red+Green+Blue) = 220+237+175=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDAF is #231250. Grayscale: #E1E1E1. Windows color (decimal): -2298449 or 11529692. OLE color: 11529692.

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

Color convert

RGB220237175-
CMYK0.0700.260.07
HSL76.45º63.27%80.78%-
HSV(B)76.45º26.16%92.94%-
XYZ67.5478.8852.22-
YUV224.8599.87124.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 237 (92.97% from 255) = 37.5%
BLUE value IS 175 (68.75% from 255) = 27.69%
R=34.81%
G=37.5%
B=27.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202371750.0700.260.0776.4563.2780.78
HexDCEDAF701A74c3f51
Octal3343552577032711477121
Binary11011100111011011010111111101101011110011001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDAF; }

 p { color: rgb(220,237,175); }

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

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

 a { background-color: rgb(220,237,175); }

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

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

 span { border-color: rgb(220,237,175); }

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