#DDCBD2

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

Shades of Prim #DDCBD2

Tints of Prim #DDCBD2

Color information

#DDCBD2 (or 0xDDCBD2) is unknown color: approx Prim. HEX triplet: DD, CB and D2. RGB value is (221,203,210). Sum of RGB (Red+Green+Blue) = 221+203+210=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBD2 is #22342D. Grayscale: #D1D1D1. Windows color (decimal): -2241582 or 13814749. OLE color: 13814749.

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

Color convert

RGB221203210-
CMYK00.080.050.13
HSL336.67º20.93%83.14%-
HSV(B)336.67º8.14%86.67%-
XYZ62.8162.7469.77-
YUV209.18128.46136.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 203 (79.69% from 255) = 32.02%
BLUE value IS 210 (82.42% from 255) = 33.12%
R=34.86%
G=32.02%
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.13
SystemRedGreenBlueCMYKHSL
Decimal22120321000.080.050.13336.6720.9383.14
HexDDCBD2085D1511553
Octal33531332201051552125123
Binary110111011100101111010010010001011101101010001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBD2; }

 p { color: rgb(221,203,210); }

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

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

 a { background-color: rgb(221,203,210); }

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

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

 span { border-color: rgb(221,203,210); }

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