Html Css Color HEX #DBCDC8 Swiss Coffee

📋 copy color: '#DBCDC8'

red 219 ◦ green 205 ◦ blue 200

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

Shades of Swiss Coffee #DBCDC8

Tints of Swiss Coffee #DBCDC8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.85%

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

R = 35.1%
G = 32.85%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DBCDC8 (or 0xDBCDC8) is known color: Swiss Coffee. HEX triplet: DB, CD and C8. RGB value is (219,205,200). Sum of RGB (Red+Green+Blue) = 219+205+200=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDC8 is #243237. Grayscale: #D0D0D0. Windows color (decimal): -2372152 or 13159899. OLE color: 13159899.

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

Color convert

RGB 219 205 200 -
CMYK 0 0.06 0.09 0.14
HSL 15.79º 0.21% 0.82% -
HSV(B) 15.79º 0.09% 0.86% -
XYZ 61.47 62.89 63.54 -
YUV 208.62 123.14 135.41 -
System Red Green Blue C M Y K H S L
Decimal 219 205 200 0 0.06 0.09 0.14 15.79 0.21 0.82
Hex DB CD C8 0 6 9 E 10 15 52
Octal 333 315 310 0 6 11 16 20 25 122
Binary 11011011 11001101 11001000 0 110 1001 1110 10000 10101 1010010

Color Harmonies of #DBCDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCDC8

Black with #DBCDC8

Text Example


Text Example

White with #DBCDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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