Html Css Color HEX #EED3FF Blue Chalk

📋 copy color: '#EED3FF'

red 238 ◦ green 211 ◦ blue 255

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

Shades of Blue Chalk #EED3FF

Tints of Blue Chalk #EED3FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.22%

R = 33.81%
G = 29.97%
B = 36.22%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EED3FF (or 0xEED3FF) is known color: Blue Chalk. HEX triplet: EE, D3 and FF. RGB value is (238,211,255). Sum of RGB (Red+Green+Blue) = 238+211+255=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 211 (82.81% from 255 or 29.97% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #EED3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED3FF is #112C00. Grayscale: #DFDFDF. Windows color (decimal): -1125377 or 16765934. OLE color: 16765934.

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

Color convert

RGB 238 211 255 -
CMYK 0.07 0.17 0 0
HSL 276.82º 1% 0.91% -
HSV(B) 276.82º 0.17% 1% -
XYZ 76.6 71.99 104.46 -
YUV 224.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 238 211 255 0.07 0.17 0 0 276.82 1 0.91
Hex EE D3 FF 7 11 0 0 115 64 5B
Octal 356 323 377 7 21 0 0 425 144 133
Binary 11101110 11010011 11111111 111 10001 0 0 100010101 1100100 1011011

Color Harmonies of #EED3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED3FF

Black with #EED3FF

Text Example


Text Example

White with #EED3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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