#DFCBCE

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

Shades of Prim #DFCBCE

Tints of Prim #DFCBCE

Color information

#DFCBCE (or 0xDFCBCE) is unknown color: approx Prim. HEX triplet: DF, CB and CE. RGB value is (223,203,206). Sum of RGB (Red+Green+Blue) = 223+203+206=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBCE is #203431. Grayscale: #D1D1D1. Windows color (decimal): -2110514 or 13552607. OLE color: 13552607.

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

Color convert

RGB223203206-
CMYK00.090.080.13
HSL351º23.81%83.53%-
HSV(B)351º8.97%87.45%-
XYZ62.9362.8667.21-
YUV209.32126.13137.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.28%
GREEN value IS 203 (79.69% from 255) = 32.12%
BLUE value IS 206 (80.86% from 255) = 32.59%
R=35.28%
G=32.12%
B=32.59%

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
Decimal22320320600.090.080.1335123.8183.53
HexDFCBCE098D15f1854
Octal337313316011101553730124
Binary1101111111001011110011100100110001101101011111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCBCE; }

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

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

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

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

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

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

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

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