#D0CCCA

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

Shades of Swiss Coffee #D0CCCA

Tints of Swiss Coffee #D0CCCA

Color information

#D0CCCA (or 0xD0CCCA) is unknown color: approx Swiss Coffee. HEX triplet: D0, CC and CA. RGB value is (208,204,202). Sum of RGB (Red+Green+Blue) = 208+204+202=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCCA is #2F3335. Grayscale: #CCCCCC. Windows color (decimal): -3093302 or 13290704. OLE color: 13290704.

HSL color Cylindrical-coordinate representation of color #D0CCCA: hue angle of 20º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0CCCA is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB208204202-
CMYK00.020.030.18
HSL20º6%80.39%-
HSV(B)20º2.88%81.57%-
XYZ58.2760.8664.55-
YUV204.97126.33130.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 204 (80.08% from 255) = 33.22%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=33.88%
G=33.22%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820420200.020.030.1820680.39
HexD0CCCA0231214650
Octal32031431202322246120
Binary1101000011001100110010100101110010101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCCA; }

 p { color: rgb(208,204,202); }

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

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

 a { background-color: rgb(208,204,202); }

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

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

 span { border-color: rgb(208,204,202); }

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