#DDC8CC

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

Shades of Prim #DDC8CC

Tints of Prim #DDC8CC

Color information

#DDC8CC (or 0xDDC8CC) is unknown color: approx Prim. HEX triplet: DD, C8 and CC. RGB value is (221,200,204). Sum of RGB (Red+Green+Blue) = 221+200+204=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8CC is #223733. Grayscale: #CECECE. Windows color (decimal): -2242356 or 13420765. OLE color: 13420765.

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

Color convert

RGB221200204-
CMYK00.100.080.13
HSL348.57º23.6%82.55%-
HSV(B)348.57º9.5%86.67%-
XYZ61.3761.0465.67-
YUV206.74126.46138.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 200 (78.52% from 255) = 32%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=35.36%
G=32%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120020400.100.080.13348.5723.682.55
HexDDC8CC0A8D15d1853
Octal335310314012101553530123
Binary1101110111001000110011000101010001101101011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC8CC; }

 p { color: rgb(221,200,204); }

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

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

 a { background-color: rgb(221,200,204); }

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

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

 span { border-color: rgb(221,200,204); }

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