#DDCBD1

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

Shades of Prim #DDCBD1

Tints of Prim #DDCBD1

Color information

#DDCBD1 (or 0xDDCBD1) is unknown color: approx Prim. HEX triplet: DD, CB and D1. RGB value is (221,203,209). Sum of RGB (Red+Green+Blue) = 221+203+209=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBD1 is #22342E. Grayscale: #D1D1D1. Windows color (decimal): -2241583 or 13749213. OLE color: 13749213.

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

Color convert

RGB221203209-
CMYK00.080.050.13
HSL340º20.93%83.14%-
HSV(B)340º8.14%86.67%-
XYZ62.6862.6969.12-
YUV209.07127.96136.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 203 (79.69% from 255) = 32.07%
BLUE value IS 209 (82.03% from 255) = 33.02%
R=34.91%
G=32.07%
B=33.02%

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
Decimal22120320900.080.050.1334020.9383.14
HexDDCBD1085D1541553
Octal33531332101051552425123
Binary110111011100101111010001010001011101101010100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBD1; }

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

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

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

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

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

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

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

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