#DBCBBE

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

Shades of Swirl #DBCBBE

Tints of Swirl #DBCBBE

Color information

#DBCBBE (or 0xDBCBBE) is unknown color: approx Swirl. HEX triplet: DB, CB and BE. RGB value is (219,203,190). Sum of RGB (Red+Green+Blue) = 219+203+190=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBBE is #243441. Grayscale: #CECECE. Windows color (decimal): -2372674 or 12504027. OLE color: 12504027.

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

Color convert

RGB219203190-
CMYK00.070.130.14
HSL26.9º28.71%80.2%-
HSV(B)26.9º13.24%85.88%-
XYZ59.8661.4957.43-
YUV206.3118.8137.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.78%
GREEN value IS 203 (79.69% from 255) = 33.17%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=35.78%
G=33.17%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920319000.070.130.1426.928.7180.2
HexDBCBBE07DE1b1d50
Octal3333132760715163335120
Binary11011011110010111011111001111101111011011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBBE; }

 p { color: rgb(219,203,190); }

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

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

 a { background-color: rgb(219,203,190); }

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

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

 span { border-color: rgb(219,203,190); }

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