Html Css Color HEX #DBCCC6 Swiss Coffee

📋 copy color: '#DBCCC6'

red 219 ◦ green 204 ◦ blue 198

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

Shades of Swiss Coffee #DBCCC6

Tints of Swiss Coffee #DBCCC6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.85%

 BLUE value IS 198 (77.73% from 255) = 31.88%

R = 35.27%
G = 32.85%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DBCCC6 (or 0xDBCCC6) is known color: Swiss Coffee. HEX triplet: DB, CC and C6. RGB value is (219,204,198). Sum of RGB (Red+Green+Blue) = 219+204+198=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCC6 is #243339. Grayscale: #CFCFCF. Windows color (decimal): -2372410 or 13028571. OLE color: 13028571.

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

Color convert

RGB 219 204 198 -
CMYK 0 0.07 0.10 0.14
HSL 17.14º 0.23% 0.82% -
HSV(B) 17.14º 0.1% 0.86% -
XYZ 61 62.32 62.24 -
YUV 207.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 219 204 198 0 0.07 0.10 0.14 17.14 0.23 0.82
Hex DB CC C6 0 7 A E 11 17 52
Octal 333 314 306 0 7 12 16 21 27 122
Binary 11011011 11001100 11000110 0 111 1010 1110 10001 10111 1010010

Color Harmonies of #DBCCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCCC6

Black with #DBCCC6

Text Example


Text Example

White with #DBCCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCCC6; }

 p { color: rgb(219,204,198); }

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

background-color css

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

 a { background-color: rgb(219,204,198); }

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

border-color css

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

 span { border-color: rgb(219,204,198); }

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