#E6DBF1

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

Shades of Blue Chalk #E6DBF1

Tints of Blue Chalk #E6DBF1

Color information

#E6DBF1 (or 0xE6DBF1) is unknown color: approx Blue Chalk. HEX triplet: E6, DB and F1. RGB value is (230,219,241). Sum of RGB (Red+Green+Blue) = 230+219+241=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6DBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBF1 is #19240E. Grayscale: #E0E0E0. Windows color (decimal): -1647631 or 15850470. OLE color: 15850470.

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

Color convert

RGB230219241-
CMYK0.050.0900.05
HSL270º44%90.2%-
HSV(B)270º9.13%94.51%-
XYZ73.8473.8493.58-
YUV224.8137.14131.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.33%
GREEN value IS 219 (85.94% from 255) = 31.74%
BLUE value IS 241 (94.53% from 255) = 34.93%
R=33.33%
G=31.74%
B=34.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302192410.050.0900.052704490.2
HexE6DBF1590510e2c5a
Octal3463333615110541654132
Binary111001101101101111110001101100101011000011101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DBF1; }

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

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

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

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

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

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

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

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