#EEDBFF

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

Shades of Blue Chalk #EEDBFF

Tints of Blue Chalk #EEDBFF

Color information

#EEDBFF (or 0xEEDBFF) is unknown color: approx Blue Chalk. HEX triplet: EE, DB and FF. RGB value is (238,219,255). Sum of RGB (Red+Green+Blue) = 238+219+255=712 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.43% from 712); Green value is 219 (85.94% from 255 or 30.76% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEDBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBFF is #112400. Grayscale: #E4E4E4. Windows color (decimal): -1123329 or 16767982. OLE color: 16767982.

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

Color convert

RGB238219255-
CMYK0.070.1400
HSL271.67º100%92.94%-
HSV(B)271.67º14.12%100%-
XYZ78.6476.06105.14-
YUV228.78142.79134.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.43%
GREEN value IS 219 (85.94% from 255) = 30.76%
BLUE value IS 255 (100% from 255) = 35.81%
R=33.43%
G=30.76%
B=35.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382192550.070.1400271.6710092.94
HexEEDBFF7E00110645d
Octal35633337771600420144135
Binary11101110110110111111111111111100010001000011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBFF; }

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

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

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

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

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

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

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

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