Html Css Color HEX #D2CCC9 Swiss Coffee

📋 copy color: '#D2CCC9'

red 210 ◦ green 204 ◦ blue 201

#D2CCC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swiss Coffee #D2CCC9

Tints of Swiss Coffee #D2CCC9

RGB

 RED value IS 210 (82.42% from 255) = 34.15%

 GREEN value IS 204 (80.08% from 255) = 33.17%

 BLUE value IS 201 (78.91% from 255) = 32.68%

R = 34.15%
G = 33.17%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D2CCC9 (or 0xD2CCC9) is known color: Swiss Coffee. HEX triplet: D2, CC and C9. RGB value is (210,204,201). Sum of RGB (Red+Green+Blue) = 210+204+201=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCC9 is #2D3336. Grayscale: #CDCDCD. Windows color (decimal): -2962231 or 13225170. OLE color: 13225170.

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

Color convert

RGB 210 204 201 -
CMYK 0 0.03 0.04 0.18
HSL 20º 0.09% 0.81% -
HSV(B) 20º 0.04% 0.82% -
XYZ 58.71 61.1 63.96 -
YUV 205.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 210 204 201 0 0.03 0.04 0.18 20 0.09 0.81
Hex D2 CC C9 0 3 4 12 14 9 51
Octal 322 314 311 0 3 4 22 24 11 121
Binary 11010010 11001100 11001001 0 11 100 10010 10100 1001 1010001

Color Harmonies of #D2CCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CCC9

Black with #D2CCC9

Text Example


Text Example

White with #D2CCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CCC9; }

 p { color: rgb(210,204,201); }

 H1.HeaderClassName
 {
   color: #D2CCC9;
 }
 .AnyTagClassName
 {
   color: #D2CCC9;
 }
</style>

background-color css

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

 a { background-color: rgb(210,204,201); }

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

border-color css

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

 span { border-color: rgb(210,204,201); }

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