#DBCCC0

Color #DBCCC0 Swirl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swirl #DBCCC0

Tints of Swirl #DBCCC0

Color information

#DBCCC0 (or 0xDBCCC0) is unknown color: approx Swirl. HEX triplet: DB, CC and C0. RGB value is (219,204,192). Sum of RGB (Red+Green+Blue) = 219+204+192=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCC0 is #24333F. Grayscale: #CFCFCF. Windows color (decimal): -2372416 or 12635355. OLE color: 12635355.

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

Color convert

RGB219204192-
CMYK00.070.120.14
HSL26.67º27.27%80.59%-
HSV(B)26.67º12.33%85.88%-
XYZ60.3262.0558.67-
YUV207.12119.47136.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.61%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 192 (75.39% from 255) = 31.22%
R=35.61%
G=33.17%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920419200.070.120.1426.6727.2780.59
HexDBCCC007CE1b1b51
Octal3333143000714163333121
Binary11011011110011001100000001111100111011011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCCC0; }

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

 H1.HeaderClassName
 {
   color: #DBCCC0;
 }
 .AnyTagClassName
 {
   color: #DBCCC0;
 }
</style>
background-color css

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

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

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

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

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

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