#DCDCCE

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

Shades of Green White #DCDCCE

Tints of Green White #DCDCCE

Color information

#DCDCCE (or 0xDCDCCE) is unknown color: approx Green White. HEX triplet: DC, DC and CE. RGB value is (220,220,206). Sum of RGB (Red+Green+Blue) = 220+220+206=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCCE is #232331. Grayscale: #DADADA. Windows color (decimal): -2302770 or 13556956. OLE color: 13556956.

HSL color Cylindrical-coordinate representation of color #DCDCCE: hue angle of 60º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCDCCE is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220220206-
CMYK000.060.14
HSL60º16.67%83.53%-
HSV(B)60º6.36%86.27%-
XYZ66.2570.8668.58-
YUV218.4121129.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.06%
GREEN value IS 220 (86.33% from 255) = 34.06%
BLUE value IS 206 (80.86% from 255) = 31.89%
R=34.06%
G=34.06%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220206000.060.146016.6783.53
HexDCDCCE006E3c1154
Octal334334316006167421124
Binary110111001101110011001110001101110111100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCCE; }

 p { color: rgb(220,220,206); }

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

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

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

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

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

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

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