#DBCAD0

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

Shades of Prim #DBCAD0

Tints of Prim #DBCAD0

Color information

#DBCAD0 (or 0xDBCAD0) is unknown color: approx Prim. HEX triplet: DB, CA and D0. RGB value is (219,202,208). Sum of RGB (Red+Green+Blue) = 219+202+208=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAD0 is #24352F. Grayscale: #CFCFCF. Windows color (decimal): -2372912 or 13683419. OLE color: 13683419.

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

Color convert

RGB219202208-
CMYK00.080.050.14
HSL338.82º19.1%82.55%-
HSV(B)338.82º7.76%85.88%-
XYZ61.7261.8668.36-
YUV207.77128.13136.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 202 (79.30% from 255) = 32.11%
BLUE value IS 208 (81.64% from 255) = 33.07%
R=34.82%
G=32.11%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920220800.080.050.14338.8219.182.55
HexDBCAD0085E1531353
Octal33331232001051652323123
Binary110110111100101011010000010001011110101010011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAD0; }

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

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

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

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

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

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

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

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