#DFCBD5

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

Shades of Prim #DFCBD5

Tints of Prim #DFCBD5

Color information

#DFCBD5 (or 0xDFCBD5) is unknown color: approx Prim. HEX triplet: DF, CB and D5. RGB value is (223,203,213). Sum of RGB (Red+Green+Blue) = 223+203+213=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBD5 is #20342A. Grayscale: #D2D2D2. Windows color (decimal): -2110507 or 14011359. OLE color: 14011359.

HSL color Cylindrical-coordinate representation of color #DFCBD5: hue angle of 330º 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 #DFCBD5 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223203213-
CMYK00.090.040.13
HSL330º23.81%83.53%-
HSV(B)330º8.97%87.45%-
XYZ63.863.271.79-
YUV210.12129.63137.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 203 (79.69% from 255) = 31.77%
BLUE value IS 213 (83.59% from 255) = 33.33%
R=34.90%
G=31.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320321300.090.040.1333023.8183.53
HexDFCBD5094D14a1854
Octal33731332501141551230124
Binary110111111100101111010101010011001101101001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCBD5; }

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

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

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

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

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

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

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

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