#DCBFE9

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

Shades of Blue Chalk #DCBFE9

Tints of Blue Chalk #DCBFE9

Color information

#DCBFE9 (or 0xDCBFE9) is unknown color: approx Blue Chalk. HEX triplet: DC, BF and E9. RGB value is (220,191,233). Sum of RGB (Red+Green+Blue) = 220+191+233=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCBFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFE9 is #234016. Grayscale: #CCCCCC. Windows color (decimal): -2310167 or 15319004. OLE color: 15319004.

HSL color Cylindrical-coordinate representation of color #DCBFE9: hue angle of 281.43º degrees, saturation: 0.49, 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 #DCBFE9 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220191233-
CMYK0.060.1800.09
HSL281.43º48.84%83.14%-
HSV(B)281.43º18.03%91.37%-
XYZ62.8558.3685.04-
YUV204.46144.11139.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.16%
GREEN value IS 191 (75% from 255) = 29.66%
BLUE value IS 233 (91.41% from 255) = 36.18%
R=34.16%
G=29.66%
B=36.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201912330.060.1800.09281.4348.8483.14
HexDCBFE9612091193153
Octal33427735162201143161123
Binary11011100101111111110100111010010010011000110011100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFE9; }

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

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

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

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

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

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

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

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