#DDCFD0

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

Shades of Pale Rose #DDCFD0

Tints of Pale Rose #DDCFD0

Color information

#DDCFD0 (or 0xDDCFD0) is unknown color: approx Pale Rose. HEX triplet: DD, CF and D0. RGB value is (221,207,208). Sum of RGB (Red+Green+Blue) = 221+207+208=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFD0 is #22302F. Grayscale: #D3D3D3. Windows color (decimal): -2240560 or 13684701. OLE color: 13684701.

HSL color Cylindrical-coordinate representation of color #DDCFD0: hue angle of 355.71º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDCFD0 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB221207208-
CMYK00.060.060.13
HSL355.71º17.07%83.92%-
HSV(B)355.71º6.33%86.67%-
XYZ63.5264.5568.79-
YUV211.3126.14134.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 207 (81.25% from 255) = 32.55%
BLUE value IS 208 (81.64% from 255) = 32.70%
R=34.75%
G=32.55%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120720800.060.060.13355.7117.0783.92
HexDDCFD0066D1641154
Octal3353173200661554421124
Binary11011101110011111101000001101101101101100100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFD0; }

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

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

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

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

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

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

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

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