#DFCBCD

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

Shades of Pale Rose #DFCBCD

Tints of Pale Rose #DFCBCD

Color information

#DFCBCD (or 0xDFCBCD) is unknown color: approx Pale Rose. HEX triplet: DF, CB and CD. RGB value is (223,203,205). Sum of RGB (Red+Green+Blue) = 223+203+205=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBCD is #203432. Grayscale: #D1D1D1. Windows color (decimal): -2110515 or 13487071. OLE color: 13487071.

HSL color Cylindrical-coordinate representation of color #DFCBCD: hue angle of 354º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCBCD is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223203205-
CMYK00.090.080.13
HSL354º23.81%83.53%-
HSV(B)354º8.97%87.45%-
XYZ62.8162.8166.57-
YUV209.21125.63137.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.34%
GREEN value IS 203 (79.69% from 255) = 32.17%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=35.34%
G=32.17%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320320500.090.080.1335423.8183.53
HexDFCBCD098D1621854
Octal337313315011101554230124
Binary1101111111001011110011010100110001101101100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCBCD; }

 p { color: rgb(223,203,205); }

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

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

 a { background-color: rgb(223,203,205); }

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

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

 span { border-color: rgb(223,203,205); }

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