Html Css Color HEX #EEDAFE Blue Chalk

📋 copy color: '#EEDAFE'

red 238 ◦ green 218 ◦ blue 254

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

Shades of Blue Chalk #EEDAFE

Tints of Blue Chalk #EEDAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 35.77%

R = 33.52%
G = 30.7%
B = 35.77%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EEDAFE (or 0xEEDAFE) is known color: Blue Chalk. HEX triplet: EE, DA and FE. RGB value is (238,218,254). Sum of RGB (Red+Green+Blue) = 238+218+254=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 218 (85.55% from 255 or 30.70% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEDAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAFE is #112501. Grayscale: #E3E3E3. Windows color (decimal): -1123586 or 16702190. OLE color: 16702190.

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

Color convert

RGB 238 218 254 -
CMYK 0.06 0.14 0 0.00
HSL 273.33º 0.95% 0.93% -
HSV(B) 273.33º 0.14% 1% -
XYZ 78.22 75.48 104.21 -
YUV 228.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 238 218 254 0.06 0.14 0 0.00 273.33 0.95 0.93
Hex EE DA FE 6 E 0 0 111 5F 5D
Octal 356 332 376 6 16 0 0 421 137 135
Binary 11101110 11011010 11111110 110 1110 0 0 100010001 1011111 1011101

Color Harmonies of #EEDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDAFE

Black with #EEDAFE

Text Example


Text Example

White with #EEDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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