#DCECA4

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

Shades of Reef #DCECA4

Tints of Reef #DCECA4

Color information

#DCECA4 (or 0xDCECA4) is unknown color: approx Reef. HEX triplet: DC, EC and A4. RGB value is (220,236,164). Sum of RGB (Red+Green+Blue) = 220+236+164=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 164 (64.45% from 255 or 26.45% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCECA4 is #23135B. Grayscale: #DFDFDF. Windows color (decimal): -2298716 or 10808540. OLE color: 10808540.

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

Color convert

RGB220236164-
CMYK0.0700.310.07
HSL73.33º65.45%78.43%-
HSV(B)73.33º30.51%92.55%-
XYZ66.2177.8946.67-
YUV223.0194.7125.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.48%
GREEN value IS 236 (92.58% from 255) = 38.06%
BLUE value IS 164 (64.45% from 255) = 26.45%
R=35.48%
G=38.06%
B=26.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202361640.0700.310.0773.3365.4578.43
HexDCECA4701F749414e
Octal33435424470377111101116
Binary110111001110110010100100111011111111100100110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCECA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCECA4; }

 p { color: rgb(220,236,164); }

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

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

 a { background-color: rgb(220,236,164); }

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

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

 span { border-color: rgb(220,236,164); }

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