Html Css Color HEX #DBCDC5 Swiss Coffee

📋 copy color: '#DBCDC5'

red 219 ◦ green 205 ◦ blue 197

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

Shades of Swiss Coffee #DBCDC5

Tints of Swiss Coffee #DBCDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.72%

R = 35.27%
G = 33.01%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DBCDC5 (or 0xDBCDC5) is known color: Swiss Coffee. HEX triplet: DB, CD and C5. RGB value is (219,205,197). Sum of RGB (Red+Green+Blue) = 219+205+197=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDC5 is #24323A. Grayscale: #D0D0D0. Windows color (decimal): -2372155 or 12963291. OLE color: 12963291.

HSL color Cylindrical-coordinate representation of color #DBCDC5: hue angle of 21.82º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBCDC5 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 205 197 -
CMYK 0 0.06 0.10 0.14
HSL 21.82º 0.23% 0.82% -
HSV(B) 21.82º 0.1% 0.86% -
XYZ 61.12 62.75 61.71 -
YUV 208.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 219 205 197 0 0.06 0.10 0.14 21.82 0.23 0.82
Hex DB CD C5 0 6 A E 16 17 52
Octal 333 315 305 0 6 12 16 26 27 122
Binary 11011011 11001101 11000101 0 110 1010 1110 10110 10111 1010010

Color Harmonies of #DBCDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCDC5

Black with #DBCDC5

Text Example


Text Example

White with #DBCDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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