Html Css Color HEX #D6CFCA Swiss Coffee

📋 copy color: '#D6CFCA'

red 214 ◦ green 207 ◦ blue 202

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

Shades of Swiss Coffee #D6CFCA

Tints of Swiss Coffee #D6CFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.42%

R = 34.35%
G = 33.23%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D6CFCA (or 0xD6CFCA) is known color: Swiss Coffee. HEX triplet: D6, CF and CA. RGB value is (214,207,202). Sum of RGB (Red+Green+Blue) = 214+207+202=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFCA is #293035. Grayscale: #D0D0D0. Windows color (decimal): -2699318 or 13291478. OLE color: 13291478.

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

Color convert

RGB 214 207 202 -
CMYK 0 0.03 0.06 0.16
HSL 25º 0.13% 0.82% -
HSV(B) 25º 0.06% 0.84% -
XYZ 60.71 63.19 64.87 -
YUV 208.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 214 207 202 0 0.03 0.06 0.16 25 0.13 0.82
Hex D6 CF CA 0 3 6 10 19 D 52
Octal 326 317 312 0 3 6 20 31 15 122
Binary 11010110 11001111 11001010 0 11 110 10000 11001 1101 1010010

Color Harmonies of #D6CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CFCA

Black with #D6CFCA

Text Example


Text Example

White with #D6CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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