#E3DAEE

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

Shades of Blue Chalk #E3DAEE

Tints of Blue Chalk #E3DAEE

Color information

#E3DAEE (or 0xE3DAEE) is unknown color: approx Blue Chalk. HEX triplet: E3, DA and EE. RGB value is (227,218,238). Sum of RGB (Red+Green+Blue) = 227+218+238=683 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.24% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #E3DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DAEE is #1C2511. Grayscale: #DEDEDE. Windows color (decimal): -1844498 or 15653603. OLE color: 15653603.

HSL color Cylindrical-coordinate representation of color #E3DAEE: hue angle of 267º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E3DAEE is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227218238-
CMYK0.050.0800.07
HSL267º37.04%89.41%-
HSV(B)267º8.4%93.33%-
XYZ72.1872.6591.11-
YUV222.97136.48130.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.24%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=33.24%
G=31.92%
B=34.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2272182380.050.0800.0726737.0489.41
HexE3DAEE580710b2559
Octal3433323565100741345131
Binary111000111101101011101110101100001111000010111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DAEE; }

 p { color: rgb(227,218,238); }

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

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

 a { background-color: rgb(227,218,238); }

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

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

 span { border-color: rgb(227,218,238); }

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