#DCCDD0

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

Shades of Prim #DCCDD0

Tints of Prim #DCCDD0

Color information

#DCCDD0 (or 0xDCCDD0) is unknown color: approx Prim. HEX triplet: DC, CD and D0. RGB value is (220,205,208). Sum of RGB (Red+Green+Blue) = 220+205+208=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDD0 is #23322F. Grayscale: #D1D1D1. Windows color (decimal): -2306608 or 13684188. OLE color: 13684188.

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

Color convert

RGB220205208-
CMYK00.070.050.14
HSL348º17.65%83.33%-
HSV(B)348º6.82%86.27%-
XYZ62.7363.4368.61-
YUV209.83126.97135.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 205 (80.47% from 255) = 32.39%
BLUE value IS 208 (81.64% from 255) = 32.86%
R=34.76%
G=32.39%
B=32.86%

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
Decimal22020520800.070.050.1434817.6583.33
HexDCCDD0075E15c1253
Octal3343153200751653422123
Binary11011100110011011101000001111011110101011100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDD0; }

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

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

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

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

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

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

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

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