#DCCFD0

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

Shades of Pale Rose #DCCFD0

Tints of Pale Rose #DCCFD0

Color information

#DCCFD0 (or 0xDCCFD0) is unknown color: approx Pale Rose. HEX triplet: DC, CF and D0. RGB value is (220,207,208). Sum of RGB (Red+Green+Blue) = 220+207+208=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFD0 is #23302F. Grayscale: #D3D3D3. Windows color (decimal): -2306096 or 13684700. OLE color: 13684700.

HSL color Cylindrical-coordinate representation of color #DCCFD0: hue angle of 355.38º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCCFD0 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220207208-
CMYK00.060.050.14
HSL355.38º15.66%83.73%-
HSV(B)355.38º5.91%86.27%-
XYZ63.2164.468.77-
YUV211126.31134.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 207 (81.25% from 255) = 32.60%
BLUE value IS 208 (81.64% from 255) = 32.76%
R=34.65%
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.14
SystemRedGreenBlueCMYKHSL
Decimal22020720800.060.050.14355.3815.6683.73
HexDCCFD0065E1631054
Octal3343173200651654320124
Binary11011100110011111101000001101011110101100011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFD0; }

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

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

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

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

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

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

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

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