Html Css Color HEX #DBCDC7 Swiss Coffee

📋 copy color: '#DBCDC7'

red 219 ◦ green 205 ◦ blue 199

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

Shades of Swiss Coffee #DBCDC7

Tints of Swiss Coffee #DBCDC7

RGB

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

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

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

R = 35.15%
G = 32.91%
B = 31.94%

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

#DBCDC7 (or 0xDBCDC7) is known color: Swiss Coffee. HEX triplet: DB, CD and C7. RGB value is (219,205,199). Sum of RGB (Red+Green+Blue) = 219+205+199=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDC7 is #243238. Grayscale: #D0D0D0. Windows color (decimal): -2372153 or 13094363. OLE color: 13094363.

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

Color convert

RGB 219 205 199 -
CMYK 0 0.06 0.09 0.14
HSL 18º 0.22% 0.82% -
HSV(B) 18º 0.09% 0.86% -
XYZ 61.35 62.85 62.93 -
YUV 208.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 219 205 199 0 0.06 0.09 0.14 18 0.22 0.82
Hex DB CD C7 0 6 9 E 12 16 52
Octal 333 315 307 0 6 11 16 22 26 122
Binary 11011011 11001101 11000111 0 110 1001 1110 10010 10110 1010010

Color Harmonies of #DBCDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCDC7

Black with #DBCDC7

Text Example


Text Example

White with #DBCDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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