#DCBFE8

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

Shades of Blue Chalk #DCBFE8

Tints of Blue Chalk #DCBFE8

Color information

#DCBFE8 (or 0xDCBFE8) is unknown color: approx Blue Chalk. HEX triplet: DC, BF and E8. RGB value is (220,191,232). Sum of RGB (Red+Green+Blue) = 220+191+232=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCBFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFE8 is #234017. Grayscale: #CCCCCC. Windows color (decimal): -2310168 or 15253468. OLE color: 15253468.

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

Color convert

RGB220191232-
CMYK0.050.1800.09
HSL282.44º47.13%82.94%-
HSV(B)282.44º17.67%90.98%-
XYZ62.7158.384.29-
YUV204.34143.61139.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.21%
GREEN value IS 191 (75% from 255) = 29.70%
BLUE value IS 232 (91.02% from 255) = 36.08%
R=34.21%
G=29.70%
B=36.08%

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
Decimal2201912320.050.1800.09282.4447.1382.94
HexDCBFE85120911a2f53
Octal33427735052201143257123
Binary11011100101111111110100010110010010011000110101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFE8; }

 p { color: rgb(220,191,232); }

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

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

 a { background-color: rgb(220,191,232); }

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

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

 span { border-color: rgb(220,191,232); }

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