Html Css Color HEX #DBCFC7 Swiss Coffee

📋 copy color: '#DBCFC7'

red 219 ◦ green 207 ◦ blue 199

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

Shades of Swiss Coffee #DBCFC7

Tints of Swiss Coffee #DBCFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.84%

R = 35.04%
G = 33.12%
B = 31.84%

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

#DBCFC7 (or 0xDBCFC7) is known color: Swiss Coffee. HEX triplet: DB, CF and C7. RGB value is (219,207,199). Sum of RGB (Red+Green+Blue) = 219+207+199=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFC7 is #243038. Grayscale: #D1D1D1. Windows color (decimal): -2371641 or 13094875. OLE color: 13094875.

HSL color Cylindrical-coordinate representation of color #DBCFC7: hue angle of 24º degrees, saturation: 0.22, 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 #DBCFC7 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 207 199 -
CMYK 0 0.05 0.09 0.14
HSL 24º 0.22% 0.82% -
HSV(B) 24º 0.09% 0.86% -
XYZ 61.84 63.81 63.09 -
YUV 209.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 219 207 199 0 0.05 0.09 0.14 24 0.22 0.82
Hex DB CF C7 0 5 9 E 18 16 52
Octal 333 317 307 0 5 11 16 30 26 122
Binary 11011011 11001111 11000111 0 101 1001 1110 11000 10110 1010010

Color Harmonies of #DBCFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCFC7

Black with #DBCFC7

Text Example


Text Example

White with #DBCFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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