#DDCCD0

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

Shades of Prim #DDCCD0

Tints of Prim #DDCCD0

Color information

#DDCCD0 (or 0xDDCCD0) is unknown color: approx Prim. HEX triplet: DD, CC and D0. RGB value is (221,204,208). Sum of RGB (Red+Green+Blue) = 221+204+208=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCD0 is #22332F. Grayscale: #D1D1D1. Windows color (decimal): -2241328 or 13683933. OLE color: 13683933.

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

Color convert

RGB221204208-
CMYK00.080.060.13
HSL345.88º20%83.33%-
HSV(B)345.88º7.69%86.67%-
XYZ62.863.1168.55-
YUV209.54127.13136.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 208 (81.64% from 255) = 32.86%
R=34.91%
G=32.23%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120420800.080.060.13345.882083.33
HexDDCCD0086D15a1453
Octal33531432001061553224123
Binary110111011100110011010000010001101101101011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCD0; }

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

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

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

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

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

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

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

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