#DCEDB1

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

Shades of Reef #DCEDB1

Tints of Reef #DCEDB1

Color information

#DCEDB1 (or 0xDCEDB1) is unknown color: approx Reef. HEX triplet: DC, ED and B1. RGB value is (220,237,177). Sum of RGB (Red+Green+Blue) = 220+237+177=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 177 (69.53% from 255 or 27.92% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDB1 is #23124E. Grayscale: #E1E1E1. Windows color (decimal): -2298447 or 11660764. OLE color: 11660764.

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

Color convert

RGB220237177-
CMYK0.0700.250.07
HSL77º62.5%81.18%-
HSV(B)77º25.32%92.94%-
XYZ67.7478.9653.27-
YUV225.08100.87124.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 237 (92.97% from 255) = 37.38%
BLUE value IS 177 (69.53% from 255) = 27.92%
R=34.70%
G=37.38%
B=27.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202371770.0700.250.077762.581.18
HexDCEDB1701974d3e51
Octal3343552617031711576121
Binary11011100111011011011000111101100111110011011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDB1; }

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

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

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

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

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

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

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

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