#DED6D7

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

Shades of Pale Rose #DED6D7

Tints of Pale Rose #DED6D7

Color information

#DED6D7 (or 0xDED6D7) is unknown color: approx Pale Rose. HEX triplet: DE, D6 and D7. RGB value is (222,214,215). Sum of RGB (Red+Green+Blue) = 222+214+215=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6D7 is #212928. Grayscale: #D8D8D8. Windows color (decimal): -2173225 or 14145246. OLE color: 14145246.

HSL color Cylindrical-coordinate representation of color #DED6D7: hue angle of 352.5º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DED6D7 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB222214215-
CMYK00.040.030.13
HSL352.5º10.81%85.49%-
HSV(B)352.5º3.6%87.06%-
XYZ66.4468.5374.02-
YUV216.51127.15131.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.10%
GREEN value IS 214 (83.98% from 255) = 32.87%
BLUE value IS 215 (84.38% from 255) = 33.03%
R=34.10%
G=32.87%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221421500.040.030.13352.510.8185.49
HexDED6D7043D161b55
Octal3363263270431554113125
Binary110111101101011011010111010011110110110000110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED6D7; }

 p { color: rgb(222,214,215); }

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

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

 a { background-color: rgb(222,214,215); }

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

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

 span { border-color: rgb(222,214,215); }

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