#DCCCCE

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

Shades of Prim #DCCCCE

Tints of Prim #DCCCCE

Color information

#DCCCCE (or 0xDCCCCE) is unknown color: approx Prim. HEX triplet: DC, CC and CE. RGB value is (220,204,206). Sum of RGB (Red+Green+Blue) = 220+204+206=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCCE is #233331. Grayscale: #D1D1D1. Windows color (decimal): -2306866 or 13552860. OLE color: 13552860.

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

Color convert

RGB220204206-
CMYK00.070.060.14
HSL352.5º18.6%83.14%-
HSV(B)352.5º7.27%86.27%-
XYZ62.2562.8667.24-
YUV209.01126.3135.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.92%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 206 (80.86% from 255) = 32.70%
R=34.92%
G=32.38%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020420600.070.060.14352.518.683.14
HexDCCCCE076E1601353
Octal3343143160761654023123
Binary11011100110011001100111001111101110101100000100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCCE; }

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

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

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

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

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

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

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

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