Html Css Color HEX #EEDAF8 Blue Chalk

📋 copy color: '#EEDAF8'

red 238 ◦ green 218 ◦ blue 248

#EEDAF8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chalk #EEDAF8

Tints of Blue Chalk #EEDAF8

RGB

 RED value IS 238 (93.36% from 255) = 33.81%

 GREEN value IS 218 (85.55% from 255) = 30.97%

 BLUE value IS 248 (97.27% from 255) = 35.23%

R = 33.81%
G = 30.97%
B = 35.23%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EEDAF8 (or 0xEEDAF8) is known color: Blue Chalk. HEX triplet: EE, DA and F8. RGB value is (238,218,248). Sum of RGB (Red+Green+Blue) = 238+218+248=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 248 (97.27% from 255 or 35.23% from 704); Max value from RGB is 248 - color contains mainly: blue. Hex color #EEDAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAF8 is #112507. Grayscale: #E3E3E3. Windows color (decimal): -1123592 or 16308974. OLE color: 16308974.

HSL color Cylindrical-coordinate representation of color #EEDAF8: hue angle of 280º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEDAF8 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 238 218 248 -
CMYK 0.04 0.12 0 0.03
HSL 280º 0.68% 0.91% -
HSV(B) 280º 0.12% 0.97% -
XYZ 77.27 75.1 99.23 -
YUV 227.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 238 218 248 0.04 0.12 0 0.03 280 0.68 0.91
Hex EE DA F8 4 C 0 3 118 44 5B
Octal 356 332 370 4 14 0 3 430 104 133
Binary 11101110 11011010 11111000 100 1100 0 11 100011000 1000100 1011011

Color Harmonies of #EEDAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDAF8

Black with #EEDAF8

Text Example


Text Example

White with #EEDAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDAF8; }

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

 H1.HeaderClassName
 {
   color: #EEDAF8;
 }
 .AnyTagClassName
 {
   color: #EEDAF8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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