#DCBDE9

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

Shades of Blue Chalk #DCBDE9

Tints of Blue Chalk #DCBDE9

Color information

#DCBDE9 (or 0xDCBDE9) is unknown color: approx Blue Chalk. HEX triplet: DC, BD and E9. RGB value is (220,189,233). Sum of RGB (Red+Green+Blue) = 220+189+233=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCBDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDE9 is #234216. Grayscale: #CBCBCB. Windows color (decimal): -2310679 or 15318492. OLE color: 15318492.

HSL color Cylindrical-coordinate representation of color #DCBDE9: hue angle of 282.27º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCBDE9 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220189233-
CMYK0.060.1900.09
HSL282.27º50%82.75%-
HSV(B)282.27º18.88%91.37%-
XYZ62.4257.4984.9-
YUV203.29144.77139.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 189 (74.22% from 255) = 29.44%
BLUE value IS 233 (91.41% from 255) = 36.29%
R=34.27%
G=29.44%
B=36.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201892330.060.1900.09282.275082.75
HexDCBDE96130911a3253
Octal33427535162301143262123
Binary11011100101111011110100111010011010011000110101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDE9; }

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

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

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

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

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

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

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

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