#DCCDCE

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

Shades of Pale Rose #DCCDCE

Tints of Pale Rose #DCCDCE

Color information

#DCCDCE (or 0xDCCDCE) is unknown color: approx Pale Rose. HEX triplet: DC, CD and CE. RGB value is (220,205,206). Sum of RGB (Red+Green+Blue) = 220+205+206=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDCE is #233231. Grayscale: #D1D1D1. Windows color (decimal): -2306610 or 13553116. OLE color: 13553116.

HSL color Cylindrical-coordinate representation of color #DCCDCE: hue angle of 356º degrees, saturation: 0.18, 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 #DCCDCE is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220205206-
CMYK00.070.060.14
HSL356º17.65%83.33%-
HSV(B)356º6.82%86.27%-
XYZ62.4963.3367.32-
YUV209.6125.97135.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 206 (80.86% from 255) = 32.65%
R=34.87%
G=32.49%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020520600.070.060.1435617.6583.33
HexDCCDCE076E1641253
Octal3343153160761654422123
Binary11011100110011011100111001111101110101100100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDCE; }

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

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

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

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

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

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

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

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