#DCCCCD

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

Shades of Pale Rose #DCCCCD

Tints of Pale Rose #DCCCCD

Color information

#DCCCCD (or 0xDCCCCD) is unknown color: approx Pale Rose. HEX triplet: DC, CC and CD. RGB value is (220,204,205). Sum of RGB (Red+Green+Blue) = 220+204+205=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCCD is #233332. Grayscale: #D0D0D0. Windows color (decimal): -2306867 or 13487324. OLE color: 13487324.

HSL color Cylindrical-coordinate representation of color #DCCCCD: hue angle of 356.25º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCCCCD is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB220204205-
CMYK00.070.070.14
HSL356.25º18.6%83.14%-
HSV(B)356.25º7.27%86.27%-
XYZ62.1362.8166.61-
YUV208.9125.8135.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.98%
GREEN value IS 204 (80.08% from 255) = 32.43%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=34.98%
G=32.43%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020420500.070.070.14356.2518.683.14
HexDCCCCD077E1641353
Octal3343143150771654423123
Binary11011100110011001100110101111111110101100100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCCD; }

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

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

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

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

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

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

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

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