Html Css Color HEX #DBCFC8 Swiss Coffee

📋 copy color: '#DBCFC8'

red 219 ◦ green 207 ◦ blue 200

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

Shades of Swiss Coffee #DBCFC8

Tints of Swiss Coffee #DBCFC8

RGB

 RED value IS 219 (85.94% from 255) = 34.98%

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

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

R = 34.98%
G = 33.07%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DBCFC8 (or 0xDBCFC8) is known color: Swiss Coffee. HEX triplet: DB, CF and C8. RGB value is (219,207,200). Sum of RGB (Red+Green+Blue) = 219+207+200=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFC8 is #243037. Grayscale: #D1D1D1. Windows color (decimal): -2371640 or 13160411. OLE color: 13160411.

HSL color Cylindrical-coordinate representation of color #DBCFC8: hue angle of 22.11º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBCFC8 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 207 200 -
CMYK 0 0.05 0.09 0.14
HSL 22.11º 0.21% 0.82% -
HSV(B) 22.11º 0.09% 0.86% -
XYZ 61.95 63.86 63.7 -
YUV 209.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 219 207 200 0 0.05 0.09 0.14 22.11 0.21 0.82
Hex DB CF C8 0 5 9 E 16 15 52
Octal 333 317 310 0 5 11 16 26 25 122
Binary 11011011 11001111 11001000 0 101 1001 1110 10110 10101 1010010

Color Harmonies of #DBCFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCFC8

Black with #DBCFC8

Text Example


Text Example

White with #DBCFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCFC8; }

 p { color: rgb(219,207,200); }

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

background-color css

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

 a { background-color: rgb(219,207,200); }

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

border-color css

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

 span { border-color: rgb(219,207,200); }

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