Html Css Color HEX #EED0FE Blue Chalk

📋 copy color: '#EED0FE'

red 238 ◦ green 208 ◦ blue 254

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

Shades of Blue Chalk #EED0FE

Tints of Blue Chalk #EED0FE

RGB

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

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

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

R = 34%
G = 29.71%
B = 36.29%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EED0FE (or 0xEED0FE) is known color: Blue Chalk. HEX triplet: EE, D0 and FE. RGB value is (238,208,254). Sum of RGB (Red+Green+Blue) = 238+208+254=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 208 (81.64% from 255 or 29.71% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #EED0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED0FE is #112F01. Grayscale: #DEDEDE. Windows color (decimal): -1126146 or 16699630. OLE color: 16699630.

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

Color convert

RGB 238 208 254 -
CMYK 0.06 0.18 0 0.00
HSL 279.13º 0.96% 0.91% -
HSV(B) 279.13º 0.18% 1% -
XYZ 75.71 70.44 103.37 -
YUV 222.21 145.94 139.26 -
System Red Green Blue C M Y K H S L
Decimal 238 208 254 0.06 0.18 0 0.00 279.13 0.96 0.91
Hex EE D0 FE 6 12 0 0 117 60 5B
Octal 356 320 376 6 22 0 0 427 140 133
Binary 11101110 11010000 11111110 110 10010 0 0 100010111 1100000 1011011

Color Harmonies of #EED0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED0FE

Black with #EED0FE

Text Example


Text Example

White with #EED0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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