#DBBEE7

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

Shades of Blue Chalk #DBBEE7

Tints of Blue Chalk #DBBEE7

Color information

#DBBEE7 (or 0xDBBEE7) is unknown color: approx Blue Chalk. HEX triplet: DB, BE and E7. RGB value is (219,190,231). Sum of RGB (Red+Green+Blue) = 219+190+231=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBBEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBEE7 is #244118. Grayscale: #CBCBCB. Windows color (decimal): -2375961 or 15187675. OLE color: 15187675.

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

Color convert

RGB219190231-
CMYK0.050.1800.09
HSL282.44º46.07%82.55%-
HSV(B)282.44º17.75%90.59%-
XYZ62.0557.6683.46-
YUV203.34143.61139.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.22%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 231 (90.62% from 255) = 36.09%
R=34.22%
G=29.69%
B=36.09%

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
Decimal2191902310.050.1800.09282.4446.0782.55
HexDBBEE75120911a2e53
Octal33327634752201143256123
Binary11011011101111101110011110110010010011000110101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEE7; }

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

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

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

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

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

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

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

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