#E7DBF6

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

Shades of Blue Chalk #E7DBF6

Tints of Blue Chalk #E7DBF6

Color information

#E7DBF6 (or 0xE7DBF6) is unknown color: approx Blue Chalk. HEX triplet: E7, DB and F6. RGB value is (231,219,246). Sum of RGB (Red+Green+Blue) = 231+219+246=696 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.19% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 246 (96.48% from 255 or 35.34% from 696); Max value from RGB is 246 - color contains mainly: blue. Hex color #E7DBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DBF6 is #182409. Grayscale: #E1E1E1. Windows color (decimal): -1582090 or 16178151. OLE color: 16178151.

HSL color Cylindrical-coordinate representation of color #E7DBF6: hue angle of 266.67º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7DBF6 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB231219246-
CMYK0.060.1100.04
HSL266.67º60%91.18%-
HSV(B)266.67º10.98%96.47%-
XYZ74.9274.3197.58-
YUV225.67139.48131.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.19%
GREEN value IS 219 (85.94% from 255) = 31.47%
BLUE value IS 246 (96.48% from 255) = 35.34%
R=33.19%
G=31.47%
B=35.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2312192460.060.1100.04266.676091.18
HexE7DBF66B0410b3c5b
Octal3473333666130441374133
Binary111001111101101111110110110101101001000010111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DBF6; }

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

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

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

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

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

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

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

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