#DCBFE7

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

Shades of Blue Chalk #DCBFE7

Tints of Blue Chalk #DCBFE7

Color information

#DCBFE7 (or 0xDCBFE7) is unknown color: approx Blue Chalk. HEX triplet: DC, BF and E7. RGB value is (220,191,231). Sum of RGB (Red+Green+Blue) = 220+191+231=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCBFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFE7 is #234018. Grayscale: #CCCCCC. Windows color (decimal): -2310169 or 15187932. OLE color: 15187932.

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

Color convert

RGB220191231-
CMYK0.050.1700.09
HSL283.5º45.45%82.75%-
HSV(B)283.5º17.32%90.59%-
XYZ62.5758.2583.55-
YUV204.23143.11139.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 191 (75% from 255) = 29.75%
BLUE value IS 231 (90.62% from 255) = 35.98%
R=34.27%
G=29.75%
B=35.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201912310.050.1700.09283.545.4582.75
HexDCBFE75110911c2d53
Octal33427734752101143455123
Binary11011100101111111110011110110001010011000111001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFE7; }

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

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

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

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

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

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

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

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