Html Css Color HEX #D6CDC8 Swiss Coffee

📋 copy color: '#D6CDC8'

red 214 ◦ green 205 ◦ blue 200

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

Shades of Swiss Coffee #D6CDC8

Tints of Swiss Coffee #D6CDC8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.12%

 BLUE value IS 200 (78.52% from 255) = 32.31%

R = 34.57%
G = 33.12%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D6CDC8 (or 0xD6CDC8) is known color: Swiss Coffee. HEX triplet: D6, CD and C8. RGB value is (214,205,200). Sum of RGB (Red+Green+Blue) = 214+205+200=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDC8 is #293237. Grayscale: #CFCFCF. Windows color (decimal): -2699832 or 13159894. OLE color: 13159894.

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

Color convert

RGB 214 205 200 -
CMYK 0 0.04 0.07 0.16
HSL 21.43º 0.15% 0.81% -
HSV(B) 21.43º 0.07% 0.84% -
XYZ 59.99 62.13 63.47 -
YUV 207.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 214 205 200 0 0.04 0.07 0.16 21.43 0.15 0.81
Hex D6 CD C8 0 4 7 10 15 F 51
Octal 326 315 310 0 4 7 20 25 17 121
Binary 11010110 11001101 11001000 0 100 111 10000 10101 1111 1010001

Color Harmonies of #D6CDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDC8

Black with #D6CDC8

Text Example


Text Example

White with #D6CDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDC8; }

 p { color: rgb(214,205,200); }

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

background-color css

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

 a { background-color: rgb(214,205,200); }

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

border-color css

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

 span { border-color: rgb(214,205,200); }

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