Html Css Color HEX #D6CFCC Swiss Coffee

📋 copy color: '#D6CFCC'

red 214 ◦ green 207 ◦ blue 204

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

Shades of Swiss Coffee #D6CFCC

Tints of Swiss Coffee #D6CFCC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.12%

 BLUE value IS 204 (80.08% from 255) = 32.64%

R = 34.24%
G = 33.12%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6CFCC (or 0xD6CFCC) is known color: Swiss Coffee. HEX triplet: D6, CF and CC. RGB value is (214,207,204). Sum of RGB (Red+Green+Blue) = 214+207+204=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFCC is #293033. Grayscale: #D0D0D0. Windows color (decimal): -2699316 or 13422550. OLE color: 13422550.

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

Color convert

RGB 214 207 204 -
CMYK 0 0.03 0.05 0.16
HSL 18º 0.11% 0.82% -
HSV(B) 18º 0.05% 0.84% -
XYZ 60.94 63.28 66.13 -
YUV 208.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 214 207 204 0 0.03 0.05 0.16 18 0.11 0.82
Hex D6 CF CC 0 3 5 10 12 B 52
Octal 326 317 314 0 3 5 20 22 13 122
Binary 11010110 11001111 11001100 0 11 101 10000 10010 1011 1010010

Color Harmonies of #D6CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CFCC

Black with #D6CFCC

Text Example


Text Example

White with #D6CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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