#DBCEC1

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

Shades of Swirl #DBCEC1

Tints of Swirl #DBCEC1

Color information

#DBCEC1 (or 0xDBCEC1) is unknown color: approx Swirl. HEX triplet: DB, CE and C1. RGB value is (219,206,193). Sum of RGB (Red+Green+Blue) = 219+206+193=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEC1 is #24313E. Grayscale: #D0D0D0. Windows color (decimal): -2371903 or 12701403. OLE color: 12701403.

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

Color convert

RGB219206193-
CMYK00.060.120.14
HSL30º26.53%80.78%-
HSV(B)30º11.87%85.88%-
XYZ60.9163.0559.41-
YUV208.4119.31135.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.44%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 193 (75.78% from 255) = 31.23%
R=35.44%
G=33.33%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920619300.060.120.143026.5380.78
HexDBCEC106CE1e1b51
Octal3333163010614163633121
Binary11011011110011101100000101101100111011110110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCEC1; }

 p { color: rgb(219,206,193); }

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

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

 a { background-color: rgb(219,206,193); }

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

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

 span { border-color: rgb(219,206,193); }

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