Html Css Color HEX #DBCCC4 Swiss Coffee

📋 copy color: '#DBCCC4'

red 219 ◦ green 204 ◦ blue 196

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

Shades of Swiss Coffee #DBCCC4

Tints of Swiss Coffee #DBCCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.66%

R = 35.38%
G = 32.96%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DBCCC4 (or 0xDBCCC4) is known color: Swiss Coffee. HEX triplet: DB, CC and C4. RGB value is (219,204,196). Sum of RGB (Red+Green+Blue) = 219+204+196=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCC4 is #24333B. Grayscale: #CFCFCF. Windows color (decimal): -2372412 or 12897499. OLE color: 12897499.

HSL color Cylindrical-coordinate representation of color #DBCCC4: hue angle of 20.87º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBCCC4 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 204 196 -
CMYK 0 0.07 0.11 0.14
HSL 20.87º 0.24% 0.81% -
HSV(B) 20.87º 0.11% 0.86% -
XYZ 60.77 62.23 61.03 -
YUV 207.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 219 204 196 0 0.07 0.11 0.14 20.87 0.24 0.81
Hex DB CC C4 0 7 B E 15 18 51
Octal 333 314 304 0 7 13 16 25 30 121
Binary 11011011 11001100 11000100 0 111 1011 1110 10101 11000 1010001

Color Harmonies of #DBCCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCCC4

Black with #DBCCC4

Text Example


Text Example

White with #DBCCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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