#DCCAD1

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

Shades of Prim #DCCAD1

Tints of Prim #DCCAD1

Color information

#DCCAD1 (or 0xDCCAD1) is unknown color: approx Prim. HEX triplet: DC, CA and D1. RGB value is (220,202,209). Sum of RGB (Red+Green+Blue) = 220+202+209=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAD1 is #23352E. Grayscale: #D0D0D0. Windows color (decimal): -2307375 or 13748956. OLE color: 13748956.

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

Color convert

RGB220202209-
CMYK00.080.050.14
HSL336.67º20.45%82.75%-
HSV(B)336.67º8.18%86.27%-
XYZ62.1462.0669.03-
YUV208.18128.46136.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 209 (82.03% from 255) = 33.12%
R=34.87%
G=32.01%
B=33.12%

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
Decimal22020220900.080.050.14336.6720.4582.75
HexDCCAD1085E1511453
Octal33431232101051652124123
Binary110111001100101011010001010001011110101010001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAD1; }

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

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

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

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

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

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

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

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