#DDD0D1

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

Shades of Pale Rose #DDD0D1

Tints of Pale Rose #DDD0D1

Color information

#DDD0D1 (or 0xDDD0D1) is unknown color: approx Pale Rose. HEX triplet: DD, D0 and D1. RGB value is (221,208,209). Sum of RGB (Red+Green+Blue) = 221+208+209=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0D1 is #222F2E. Grayscale: #D4D4D4. Windows color (decimal): -2240303 or 13750493. OLE color: 13750493.

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

Color convert

RGB221208209-
CMYK00.060.050.13
HSL355.38º16.05%84.12%-
HSV(B)355.38º5.88%86.67%-
XYZ63.8865.0969.52-
YUV212126.31134.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 208 (81.64% from 255) = 32.60%
BLUE value IS 209 (82.03% from 255) = 32.76%
R=34.64%
G=32.60%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120820900.060.050.13355.3816.0584.12
HexDDD0D1065D1631054
Octal3353203210651554320124
Binary11011101110100001101000101101011101101100011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0D1; }

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

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

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

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

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

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

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

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