#DCBDE7

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

Shades of Blue Chalk #DCBDE7

Tints of Blue Chalk #DCBDE7

Color information

#DCBDE7 (or 0xDCBDE7) is unknown color: approx Blue Chalk. HEX triplet: DC, BD and E7. RGB value is (220,189,231). Sum of RGB (Red+Green+Blue) = 220+189+231=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCBDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDE7 is #234218. Grayscale: #CACACA. Windows color (decimal): -2310681 or 15187420. OLE color: 15187420.

HSL color Cylindrical-coordinate representation of color #DCBDE7: hue angle of 284.29º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCBDE7 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220189231-
CMYK0.050.1800.09
HSL284.29º46.67%82.35%-
HSV(B)284.29º18.18%90.59%-
XYZ62.1457.3883.4-
YUV203.06143.77140.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 231 (90.62% from 255) = 36.09%
R=34.38%
G=29.53%
B=36.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201892310.050.1800.09284.2946.6782.35
HexDCBDE75120911c2f52
Octal33427534752201143457122
Binary11011100101111011110011110110010010011000111001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDE7; }

 p { color: rgb(220,189,231); }

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

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

 a { background-color: rgb(220,189,231); }

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

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

 span { border-color: rgb(220,189,231); }

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