#EEDAFF

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

Shades of Blue Chalk #EEDAFF

Tints of Blue Chalk #EEDAFF

Color information

#EEDAFF (or 0xEEDAFF) is unknown color: approx Blue Chalk. HEX triplet: EE, DA and FF. RGB value is (238,218,255). Sum of RGB (Red+Green+Blue) = 238+218+255=711 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.47% from 711); Green value is 218 (85.55% from 255 or 30.66% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEDAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAFF is #112500. Grayscale: #E4E4E4. Windows color (decimal): -1123585 or 16767726. OLE color: 16767726.

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

Color convert

RGB238218255-
CMYK0.070.1500
HSL272.43º100%92.75%-
HSV(B)272.43º14.51%100%-
XYZ78.3875.54105.06-
YUV228.2143.13134.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.47%
GREEN value IS 218 (85.55% from 255) = 30.66%
BLUE value IS 255 (100% from 255) = 35.86%
R=33.47%
G=30.66%
B=35.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382182550.070.1500272.4310092.75
HexEEDAFF7F00110645d
Octal35633237771700420144135
Binary11101110110110101111111111111110010001000011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAFF; }

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

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

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

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

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

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

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

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