Html Css Color HEX #D8CBC3 Swiss Coffee

📋 copy color: '#D8CBC3'

red 216 ◦ green 203 ◦ blue 195

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

Shades of Swiss Coffee #D8CBC3

Tints of Swiss Coffee #D8CBC3

RGB

 RED value IS 216 (84.77% from 255) = 35.18%

 GREEN value IS 203 (79.69% from 255) = 33.06%

 BLUE value IS 195 (76.56% from 255) = 31.76%

R = 35.18%
G = 33.06%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D8CBC3 (or 0xD8CBC3) is known color: Swiss Coffee. HEX triplet: D8, CB and C3. RGB value is (216,203,195). Sum of RGB (Red+Green+Blue) = 216+203+195=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBC3 is #27343C. Grayscale: #CECECE. Windows color (decimal): -2569277 or 12831704. OLE color: 12831704.

HSL color Cylindrical-coordinate representation of color #D8CBC3: hue angle of 22.86º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8CBC3 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 203 195 -
CMYK 0 0.06 0.10 0.15
HSL 22.86º 0.21% 0.81% -
HSV(B) 22.86º 0.1% 0.85% -
XYZ 59.53 61.25 60.32 -
YUV 205.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 216 203 195 0 0.06 0.10 0.15 22.86 0.21 0.81
Hex D8 CB C3 0 6 A F 17 15 51
Octal 330 313 303 0 6 12 17 27 25 121
Binary 11011000 11001011 11000011 0 110 1010 1111 10111 10101 1010001

Color Harmonies of #D8CBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CBC3

Black with #D8CBC3

Text Example


Text Example

White with #D8CBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CBC3; }

 p { color: rgb(216,203,195); }

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

background-color css

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

 a { background-color: rgb(216,203,195); }

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

border-color css

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

 span { border-color: rgb(216,203,195); }

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