#DECFCA

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

Shades of Swiss Coffee #DECFCA

Tints of Swiss Coffee #DECFCA

Color information

#DECFCA (or 0xDECFCA) is unknown color: approx Swiss Coffee. HEX triplet: DE, CF and CA. RGB value is (222,207,202). Sum of RGB (Red+Green+Blue) = 222+207+202=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 222 - color contains mainly: red. Hex color #DECFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECFCA is #213035. Grayscale: #D2D2D2. Windows color (decimal): -2175030 or 13291486. OLE color: 13291486.

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

Color convert

RGB222207202-
CMYK00.070.090.13
HSL15º23.26%83.14%-
HSV(B)15º9.01%87.06%-
XYZ63.164.4264.99-
YUV210.92122.97135.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.18%
GREEN value IS 207 (81.25% from 255) = 32.81%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=35.18%
G=32.81%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220720200.070.090.131523.2683.14
HexDECFCA079Df1753
Octal3363173120711151727123
Binary1101111011001111110010100111100111011111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECFCA; }

 p { color: rgb(222,207,202); }

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

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

 a { background-color: rgb(222,207,202); }

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

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

 span { border-color: rgb(222,207,202); }

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