#DDCAD1

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

Shades of Prim #DDCAD1

Tints of Prim #DDCAD1

Color information

#DDCAD1 (or 0xDDCAD1) is unknown color: approx Prim. HEX triplet: DD, CA and D1. RGB value is (221,202,209). Sum of RGB (Red+Green+Blue) = 221+202+209=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAD1 is #22352E. Grayscale: #D0D0D0. Windows color (decimal): -2241839 or 13748957. OLE color: 13748957.

HSL color Cylindrical-coordinate representation of color #DDCAD1: hue angle of 337.89º degrees, saturation: 0.22, 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 #DDCAD1 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB221202209-
CMYK00.090.050.13
HSL337.89º21.84%82.94%-
HSV(B)337.89º8.6%86.67%-
XYZ62.4562.2269.04-
YUV208.48128.29136.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 209 (82.03% from 255) = 33.07%
R=34.97%
G=31.96%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120220900.090.050.13337.8921.8482.94
HexDDCAD1095D1521653
Octal33531232101151552226123
Binary110111011100101011010001010011011101101010010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAD1; }

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

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

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

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

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

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

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

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