Html Css Color HEX #EED0FA Blue Chalk

📋 copy color: '#EED0FA'

red 238 ◦ green 208 ◦ blue 250

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

Shades of Blue Chalk #EED0FA

Tints of Blue Chalk #EED0FA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.89%

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

R = 34.2%
G = 29.89%
B = 35.92%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EED0FA (or 0xEED0FA) is known color: Blue Chalk. HEX triplet: EE, D0 and FA. RGB value is (238,208,250). Sum of RGB (Red+Green+Blue) = 238+208+250=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 208 (81.64% from 255 or 29.89% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #EED0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED0FA is #112F05. Grayscale: #DDDDDD. Windows color (decimal): -1126150 or 16437486. OLE color: 16437486.

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

Color convert

RGB 238 208 250 -
CMYK 0.05 0.17 0 0.02
HSL 282.86º 0.81% 0.9% -
HSV(B) 282.86º 0.17% 0.98% -
XYZ 75.07 70.19 100.03 -
YUV 221.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 238 208 250 0.05 0.17 0 0.02 282.86 0.81 0.9
Hex EE D0 FA 5 11 0 2 11B 51 5A
Octal 356 320 372 5 21 0 2 433 121 132
Binary 11101110 11010000 11111010 101 10001 0 10 100011011 1010001 1011010

Color Harmonies of #EED0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED0FA

Black with #EED0FA

Text Example


Text Example

White with #EED0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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