Html Css Color HEX #D6CCC6 Swiss Coffee

📋 copy color: '#D6CCC6'

red 214 ◦ green 204 ◦ blue 198

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

Shades of Swiss Coffee #D6CCC6

Tints of Swiss Coffee #D6CCC6

RGB

 RED value IS 214 (83.98% from 255) = 34.74%

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

 BLUE value IS 198 (77.73% from 255) = 32.14%

R = 34.74%
G = 33.12%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D6CCC6 (or 0xD6CCC6) is known color: Swiss Coffee. HEX triplet: D6, CC and C6. RGB value is (214,204,198). Sum of RGB (Red+Green+Blue) = 214+204+198=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCC6 is #293339. Grayscale: #CECECE. Windows color (decimal): -2700090 or 13028566. OLE color: 13028566.

HSL color Cylindrical-coordinate representation of color #D6CCC6: hue angle of 22.5º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6CCC6 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 198 -
CMYK 0 0.05 0.07 0.16
HSL 22.5º 0.16% 0.81% -
HSV(B) 22.5º 0.07% 0.84% -
XYZ 59.52 61.56 62.17 -
YUV 206.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 214 204 198 0 0.05 0.07 0.16 22.5 0.16 0.81
Hex D6 CC C6 0 5 7 10 16 10 51
Octal 326 314 306 0 5 7 20 26 20 121
Binary 11010110 11001100 11000110 0 101 111 10000 10110 10000 1010001

Color Harmonies of #D6CCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CCC6

Black with #D6CCC6

Text Example


Text Example

White with #D6CCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CCC6; }

 p { color: rgb(214,204,198); }

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

background-color css

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

 a { background-color: rgb(214,204,198); }

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

border-color css

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

 span { border-color: rgb(214,204,198); }

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