Html Css Color HEX #DBCFCA Swiss Coffee

📋 copy color: '#DBCFCA'

red 219 ◦ green 207 ◦ blue 202

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

Shades of Swiss Coffee #DBCFCA

Tints of Swiss Coffee #DBCFCA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.96%

 BLUE value IS 202 (79.3% from 255) = 32.17%

R = 34.87%
G = 32.96%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DBCFCA (or 0xDBCFCA) is known color: Swiss Coffee. HEX triplet: DB, CF and CA. RGB value is (219,207,202). Sum of RGB (Red+Green+Blue) = 219+207+202=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFCA is #243035. Grayscale: #D2D2D2. Windows color (decimal): -2371638 or 13291483. OLE color: 13291483.

HSL color Cylindrical-coordinate representation of color #DBCFCA: hue angle of 17.65º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCFCA is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 207 202 -
CMYK 0 0.05 0.08 0.14
HSL 17.65º 0.19% 0.83% -
HSV(B) 17.65º 0.08% 0.86% -
XYZ 62.19 63.95 64.94 -
YUV 210.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 219 207 202 0 0.05 0.08 0.14 17.65 0.19 0.83
Hex DB CF CA 0 5 8 E 12 13 53
Octal 333 317 312 0 5 10 16 22 23 123
Binary 11011011 11001111 11001010 0 101 1000 1110 10010 10011 1010011

Color Harmonies of #DBCFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCFCA

Black with #DBCFCA

Text Example


Text Example

White with #DBCFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCFCA; }

 p { color: rgb(219,207,202); }

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

background-color css

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

 a { background-color: rgb(219,207,202); }

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

border-color css

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

 span { border-color: rgb(219,207,202); }

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