#DEC5CC

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

Shades of Prim #DEC5CC

Tints of Prim #DEC5CC

Color information

#DEC5CC (or 0xDEC5CC) is unknown color: approx Prim. HEX triplet: DE, C5 and CC. RGB value is (222,197,204). Sum of RGB (Red+Green+Blue) = 222+197+204=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5CC is #213A33. Grayscale: #CDCDCD. Windows color (decimal): -2177588 or 13419998. OLE color: 13419998.

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

Color convert

RGB222197204-
CMYK00.110.080.13
HSL343.2º27.47%82.16%-
HSV(B)343.2º11.26%87.06%-
XYZ60.9959.8265.46-
YUV205.27127.28139.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 197 (77.34% from 255) = 31.62%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=35.63%
G=31.62%
B=32.74%

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
Decimal22219720400.110.080.13343.227.4782.16
HexDEC5CC0B8D1571b52
Octal336305314013101552733122
Binary1101111011000101110011000101110001101101010111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC5CC; }

 p { color: rgb(222,197,204); }

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

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

 a { background-color: rgb(222,197,204); }

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

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

 span { border-color: rgb(222,197,204); }

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