#DDCCCD

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

Shades of Pale Rose #DDCCCD

Tints of Pale Rose #DDCCCD

Color information

#DDCCCD (or 0xDDCCCD) is unknown color: approx Pale Rose. HEX triplet: DD, CC and CD. RGB value is (221,204,205). Sum of RGB (Red+Green+Blue) = 221+204+205=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCCD is #223332. Grayscale: #D1D1D1. Windows color (decimal): -2241331 or 13487325. OLE color: 13487325.

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

Color convert

RGB221204205-
CMYK00.080.070.13
HSL356.47º20%83.33%-
HSV(B)356.47º7.69%86.67%-
XYZ62.4362.9766.62-
YUV209.2125.63136.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.08%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 205 (80.47% from 255) = 32.54%
R=35.08%
G=32.38%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120420500.080.070.13356.472083.33
HexDDCCCD087D1641453
Octal33531431501071554424123
Binary110111011100110011001101010001111101101100100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCCD; }

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

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

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

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

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

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

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

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