#DCEDB0

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

Shades of Reef #DCEDB0

Tints of Reef #DCEDB0

Color information

#DCEDB0 (or 0xDCEDB0) is unknown color: approx Reef. HEX triplet: DC, ED and B0. RGB value is (220,237,176). Sum of RGB (Red+Green+Blue) = 220+237+176=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDB0 is #23124F. Grayscale: #E1E1E1. Windows color (decimal): -2298448 or 11595228. OLE color: 11595228.

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

Color convert

RGB220237176-
CMYK0.0700.260.07
HSL76.72º62.89%80.98%-
HSV(B)76.72º25.74%92.94%-
XYZ67.6478.9252.74-
YUV224.96100.37124.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 237 (92.97% from 255) = 37.44%
BLUE value IS 176 (69.14% from 255) = 27.80%
R=34.76%
G=37.44%
B=27.80%

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
Decimal2202371760.0700.260.0776.7262.8980.98
HexDCEDB0701A74d3f51
Octal3343552607032711577121
Binary11011100111011011011000011101101011110011011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDB0; }

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

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

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

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

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

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

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

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