Html Css Color HEX #EEDAFC Blue Chalk

📋 copy color: '#EEDAFC'

red 238 ◦ green 218 ◦ blue 252

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

Shades of Blue Chalk #EEDAFC

Tints of Blue Chalk #EEDAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.59%

R = 33.62%
G = 30.79%
B = 35.59%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EEDAFC (or 0xEEDAFC) is known color: Blue Chalk. HEX triplet: EE, DA and FC. RGB value is (238,218,252). Sum of RGB (Red+Green+Blue) = 238+218+252=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 218 (85.55% from 255 or 30.79% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEDAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAFC is #112503. Grayscale: #E3E3E3. Windows color (decimal): -1123588 or 16571118. OLE color: 16571118.

HSL color Cylindrical-coordinate representation of color #EEDAFC: hue angle of 275.29º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEDAFC is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 218 252 -
CMYK 0.06 0.13 0 0.01
HSL 275.29º 0.85% 0.92% -
HSV(B) 275.29º 0.13% 0.99% -
XYZ 77.9 75.35 102.53 -
YUV 227.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 238 218 252 0.06 0.13 0 0.01 275.29 0.85 0.92
Hex EE DA FC 6 D 0 1 113 55 5C
Octal 356 332 374 6 15 0 1 423 125 134
Binary 11101110 11011010 11111100 110 1101 0 1 100010011 1010101 1011100

Color Harmonies of #EEDAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDAFC

Black with #EEDAFC

Text Example


Text Example

White with #EEDAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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