#E7DBF1

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

Shades of Blue Chalk #E7DBF1

Tints of Blue Chalk #E7DBF1

Color information

#E7DBF1 (or 0xE7DBF1) is unknown color: approx Blue Chalk. HEX triplet: E7, DB and F1. RGB value is (231,219,241). Sum of RGB (Red+Green+Blue) = 231+219+241=691 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.43% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7DBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DBF1 is #18240E. Grayscale: #E1E1E1. Windows color (decimal): -1582095 or 15850471. OLE color: 15850471.

HSL color Cylindrical-coordinate representation of color #E7DBF1: hue angle of 272.73º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7DBF1 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231219241-
CMYK0.040.0900.05
HSL272.73º44%90.2%-
HSV(B)272.73º9.13%94.51%-
XYZ74.167493.59-
YUV225.1136.98132.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.43%
GREEN value IS 219 (85.94% from 255) = 31.69%
BLUE value IS 241 (94.53% from 255) = 34.88%
R=33.43%
G=31.69%
B=34.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2312192410.040.0900.05272.734490.2
HexE7DBF149051112c5a
Octal3473333614110542154132
Binary111001111101101111110001100100101011000100011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DBF1; }

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

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

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

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

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

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

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

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