#DFC6CE

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

Shades of Prim #DFC6CE

Tints of Prim #DFC6CE

Color information

#DFC6CE (or 0xDFC6CE) is unknown color: approx Prim. HEX triplet: DF, C6 and CE. RGB value is (223,198,206). Sum of RGB (Red+Green+Blue) = 223+198+206=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6CE is #203931. Grayscale: #CECECE. Windows color (decimal): -2111794 or 13551327. OLE color: 13551327.

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

Color convert

RGB223198206-
CMYK00.110.080.13
HSL340.8º28.09%82.55%-
HSV(B)340.8º11.21%87.45%-
XYZ61.7760.5366.82-
YUV206.39127.78139.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.57%
GREEN value IS 198 (77.73% from 255) = 31.58%
BLUE value IS 206 (80.86% from 255) = 32.85%
R=35.57%
G=31.58%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319820600.110.080.13340.828.0982.55
HexDFC6CE0B8D1551c53
Octal337306316013101552534123
Binary1101111111000110110011100101110001101101010101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6CE; }

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

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

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

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

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

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

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

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