#DCBEE7

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

Shades of Blue Chalk #DCBEE7

Tints of Blue Chalk #DCBEE7

Color information

#DCBEE7 (or 0xDCBEE7) is unknown color: approx Blue Chalk. HEX triplet: DC, BE and E7. RGB value is (220,190,231). Sum of RGB (Red+Green+Blue) = 220+190+231=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCBEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEE7 is #234118. Grayscale: #CBCBCB. Windows color (decimal): -2310425 or 15187676. OLE color: 15187676.

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

Color convert

RGB220190231-
CMYK0.050.1800.09
HSL283.9º46.07%82.55%-
HSV(B)283.9º17.75%90.59%-
XYZ62.3557.8183.47-
YUV203.64143.44139.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 231 (90.62% from 255) = 36.04%
R=34.32%
G=29.64%
B=36.04%

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
Decimal2201902310.050.1800.09283.946.0782.55
HexDCBEE75120911c2e53
Octal33427634752201143456123
Binary11011100101111101110011110110010010011000111001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEE7; }

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

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

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

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

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

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

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

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