Html Css Color HEX #DBCDC4 Swiss Coffee

📋 copy color: '#DBCDC4'

red 219 ◦ green 205 ◦ blue 196

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

Shades of Swiss Coffee #DBCDC4

Tints of Swiss Coffee #DBCDC4

RGB

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

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

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

R = 35.32%
G = 33.06%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DBCDC4 (or 0xDBCDC4) is known color: Swiss Coffee. HEX triplet: DB, CD and C4. RGB value is (219,205,196). Sum of RGB (Red+Green+Blue) = 219+205+196=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDC4 is #24323B. Grayscale: #D0D0D0. Windows color (decimal): -2372156 or 12897755. OLE color: 12897755.

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

Color convert

RGB 219 205 196 -
CMYK 0 0.06 0.11 0.14
HSL 23.48º 0.24% 0.81% -
HSV(B) 23.48º 0.11% 0.86% -
XYZ 61.01 62.71 61.11 -
YUV 208.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 219 205 196 0 0.06 0.11 0.14 23.48 0.24 0.81
Hex DB CD C4 0 6 B E 17 18 51
Octal 333 315 304 0 6 13 16 27 30 121
Binary 11011011 11001101 11000100 0 110 1011 1110 10111 11000 1010001

Color Harmonies of #DBCDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCDC4

Black with #DBCDC4

Text Example


Text Example

White with #DBCDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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