Html Css Color HEX #D6CCC7 Swiss Coffee

📋 copy color: '#D6CCC7'

red 214 ◦ green 204 ◦ blue 199

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

Shades of Swiss Coffee #D6CCC7

Tints of Swiss Coffee #D6CCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.25%

R = 34.68%
G = 33.06%
B = 32.25%

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

#D6CCC7 (or 0xD6CCC7) is known color: Swiss Coffee. HEX triplet: D6, CC and C7. RGB value is (214,204,199). Sum of RGB (Red+Green+Blue) = 214+204+199=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 199 (78.12% from 255 or 32.25% from 617); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCC7 is #293338. Grayscale: #CECECE. Windows color (decimal): -2700089 or 13094102. OLE color: 13094102.

HSL color Cylindrical-coordinate representation of color #D6CCC7: hue angle of 20º degrees, saturation: 0.15, 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 #D6CCC7 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 199 -
CMYK 0 0.05 0.07 0.16
HSL 20º 0.15% 0.81% -
HSV(B) 20º 0.07% 0.84% -
XYZ 59.63 61.61 62.78 -
YUV 206.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 214 204 199 0 0.05 0.07 0.16 20 0.15 0.81
Hex D6 CC C7 0 5 7 10 14 F 51
Octal 326 314 307 0 5 7 20 24 17 121
Binary 11010110 11001100 11000111 0 101 111 10000 10100 1111 1010001

Color Harmonies of #D6CCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CCC7

Black with #D6CCC7

Text Example


Text Example

White with #D6CCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CCC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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