Html Css Color HEX #EED3FA Blue Chalk

📋 copy color: '#EED3FA'

red 238 ◦ green 211 ◦ blue 250

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

Shades of Blue Chalk #EED3FA

Tints of Blue Chalk #EED3FA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.19%

 BLUE value IS 250 (98.05% from 255) = 35.77%

R = 34.05%
G = 30.19%
B = 35.77%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EED3FA (or 0xEED3FA) is known color: Blue Chalk. HEX triplet: EE, D3 and FA. RGB value is (238,211,250). Sum of RGB (Red+Green+Blue) = 238+211+250=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 211 (82.81% from 255 or 30.19% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #EED3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED3FA is #112C05. Grayscale: #DFDFDF. Windows color (decimal): -1125382 or 16438254. OLE color: 16438254.

HSL color Cylindrical-coordinate representation of color #EED3FA: hue angle of 281.54º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EED3FA is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 211 250 -
CMYK 0.05 0.16 0 0.02
HSL 281.54º 0.8% 0.9% -
HSV(B) 281.54º 0.16% 0.98% -
XYZ 75.81 71.67 100.28 -
YUV 223.52 142.95 138.33 -
System Red Green Blue C M Y K H S L
Decimal 238 211 250 0.05 0.16 0 0.02 281.54 0.8 0.9
Hex EE D3 FA 5 10 0 2 11A 50 5A
Octal 356 323 372 5 20 0 2 432 120 132
Binary 11101110 11010011 11111010 101 10000 0 10 100011010 1010000 1011010

Color Harmonies of #EED3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED3FA

Black with #EED3FA

Text Example


Text Example

White with #EED3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED3FA; }

 p { color: rgb(238,211,250); }

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

background-color css

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

 a { background-color: rgb(238,211,250); }

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

border-color css

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

 span { border-color: rgb(238,211,250); }

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