#DCCAD0

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

Shades of Prim #DCCAD0

Tints of Prim #DCCAD0

Color information

#DCCAD0 (or 0xDCCAD0) is unknown color: approx Prim. HEX triplet: DC, CA and D0. RGB value is (220,202,208). Sum of RGB (Red+Green+Blue) = 220+202+208=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAD0 is #23352F. Grayscale: #D0D0D0. Windows color (decimal): -2307376 or 13683420. OLE color: 13683420.

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

Color convert

RGB220202208-
CMYK00.080.050.14
HSL340º20.45%82.75%-
HSV(B)340º8.18%86.27%-
XYZ62.0262.0168.37-
YUV208.07127.96136.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.92%
GREEN value IS 202 (79.30% from 255) = 32.06%
BLUE value IS 208 (81.64% from 255) = 33.02%
R=34.92%
G=32.06%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020220800.080.050.1434020.4582.75
HexDCCAD0085E1541453
Octal33431232001051652424123
Binary110111001100101011010000010001011110101010100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAD0; }

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

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

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

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

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

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

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

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