#DCCCD0

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

Shades of Prim #DCCCD0

Tints of Prim #DCCCD0

Color information

#DCCCD0 (or 0xDCCCD0) is unknown color: approx Prim. HEX triplet: DC, CC and D0. RGB value is (220,204,208). Sum of RGB (Red+Green+Blue) = 220+204+208=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCD0 is #23332F. Grayscale: #D1D1D1. Windows color (decimal): -2306864 or 13683932. OLE color: 13683932.

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

Color convert

RGB220204208-
CMYK00.070.050.14
HSL345º18.6%83.14%-
HSV(B)345º7.27%86.27%-
XYZ62.4962.9668.53-
YUV209.24127.3135.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 204 (80.08% from 255) = 32.28%
BLUE value IS 208 (81.64% from 255) = 32.91%
R=34.81%
G=32.28%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020420800.070.050.1434518.683.14
HexDCCCD0075E1591353
Octal3343143200751653123123
Binary11011100110011001101000001111011110101011001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCD0; }

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

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

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

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

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

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

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

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