#DDCADF

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

Shades of Snuff #DDCADF

Tints of Snuff #DDCADF

Color information

#DDCADF (or 0xDDCADF) is unknown color: approx Snuff. HEX triplet: DD, CA and DF. RGB value is (221,202,223). Sum of RGB (Red+Green+Blue) = 221+202+223=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDCADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCADF is #223520. Grayscale: #D2D2D2. Windows color (decimal): -2241825 or 14666461. OLE color: 14666461.

HSL color Cylindrical-coordinate representation of color #DDCADF: hue angle of 294.29º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDCADF is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221202223-
CMYK0.010.0900.13
HSL294.29º24.71%83.33%-
HSV(B)294.29º9.42%87.45%-
XYZ64.2662.9478.57-
YUV210.08135.29135.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.21%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 223 (87.5% from 255) = 34.52%
R=34.21%
G=31.27%
B=34.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212022230.010.0900.13294.2924.7183.33
HexDDCADF190D1261953
Octal33531233711101544631123
Binary1101110111001010110111111100101101100100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCADF; }

 p { color: rgb(221,202,223); }

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

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

 a { background-color: rgb(221,202,223); }

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

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

 span { border-color: rgb(221,202,223); }

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