Html Css Color HEX #D6CFCB Swiss Coffee

📋 copy color: '#D6CFCB'

red 214 ◦ green 207 ◦ blue 203

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

Shades of Swiss Coffee #D6CFCB

Tints of Swiss Coffee #D6CFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.53%

R = 34.29%
G = 33.17%
B = 32.53%

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

#D6CFCB (or 0xD6CFCB) is known color: Swiss Coffee. HEX triplet: D6, CF and CB. RGB value is (214,207,203). Sum of RGB (Red+Green+Blue) = 214+207+203=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFCB is #293034. Grayscale: #D0D0D0. Windows color (decimal): -2699317 or 13357014. OLE color: 13357014.

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

Color convert

RGB 214 207 203 -
CMYK 0 0.03 0.05 0.16
HSL 21.82º 0.12% 0.82% -
HSV(B) 21.82º 0.05% 0.84% -
XYZ 60.82 63.23 65.5 -
YUV 208.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 214 207 203 0 0.03 0.05 0.16 21.82 0.12 0.82
Hex D6 CF CB 0 3 5 10 16 C 52
Octal 326 317 313 0 3 5 20 26 14 122
Binary 11010110 11001111 11001011 0 11 101 10000 10110 1100 1010010

Color Harmonies of #D6CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CFCB

Black with #D6CFCB

Text Example


Text Example

White with #D6CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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