#DBCBD2

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

Shades of Prim #DBCBD2

Tints of Prim #DBCBD2

Color information

#DBCBD2 (or 0xDBCBD2) is unknown color: approx Prim. HEX triplet: DB, CB and D2. RGB value is (219,203,210). Sum of RGB (Red+Green+Blue) = 219+203+210=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBD2 is #24342D. Grayscale: #D0D0D0. Windows color (decimal): -2372654 or 13814747. OLE color: 13814747.

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

Color convert

RGB219203210-
CMYK00.070.040.14
HSL333.75º18.18%82.75%-
HSV(B)333.75º7.31%85.88%-
XYZ62.262.4369.74-
YUV208.58128.8135.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 203 (79.69% from 255) = 32.12%
BLUE value IS 210 (82.42% from 255) = 33.23%
R=34.65%
G=32.12%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920321000.070.040.14333.7518.1882.75
HexDBCBD2074E14e1253
Octal3333133220741651622123
Binary11011011110010111101001001111001110101001110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBD2; }

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

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

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

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

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

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

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

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