Html Css Color HEX #DBCCC7 Swiss Coffee

📋 copy color: '#DBCCC7'

red 219 ◦ green 204 ◦ blue 199

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

Shades of Swiss Coffee #DBCCC7

Tints of Swiss Coffee #DBCCC7

RGB

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

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

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

R = 35.21%
G = 32.8%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DBCCC7 (or 0xDBCCC7) is known color: Swiss Coffee. HEX triplet: DB, CC and C7. RGB value is (219,204,199). Sum of RGB (Red+Green+Blue) = 219+204+199=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCC7 is #243338. Grayscale: #CFCFCF. Windows color (decimal): -2372409 or 13094107. OLE color: 13094107.

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

Color convert

RGB 219 204 199 -
CMYK 0 0.07 0.09 0.14
HSL 15º 0.22% 0.82% -
HSV(B) 15º 0.09% 0.86% -
XYZ 61.12 62.37 62.85 -
YUV 207.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 219 204 199 0 0.07 0.09 0.14 15 0.22 0.82
Hex DB CC C7 0 7 9 E F 16 52
Octal 333 314 307 0 7 11 16 17 26 122
Binary 11011011 11001100 11000111 0 111 1001 1110 1111 10110 1010010

Color Harmonies of #DBCCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCCC7

Black with #DBCCC7

Text Example


Text Example

White with #DBCCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCCC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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