#DCEDAC

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

Shades of Reef #DCEDAC

Tints of Reef #DCEDAC

Color information

#DCEDAC (or 0xDCEDAC) is unknown color: approx Reef. HEX triplet: DC, ED and AC. RGB value is (220,237,172). Sum of RGB (Red+Green+Blue) = 220+237+172=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDAC is #231253. Grayscale: #E0E0E0. Windows color (decimal): -2298452 or 11333084. OLE color: 11333084.

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

Color convert

RGB220237172-
CMYK0.0700.270.07
HSL75.69º64.36%80.2%-
HSV(B)75.69º27.43%92.94%-
XYZ67.2578.7650.69-
YUV224.5198.37124.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.98%
GREEN value IS 237 (92.97% from 255) = 37.68%
BLUE value IS 172 (67.58% from 255) = 27.34%
R=34.98%
G=37.68%
B=27.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202371720.0700.270.0775.6964.3680.2
HexDCEDAC701B74c4050
Octal33435525470337114100120
Binary110111001110110110101100111011011111100110010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDAC; }

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

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

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

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

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

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

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

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