Html Css Color HEX #EED6F7 Blue Chalk

📋 copy color: '#EED6F7'

red 238 ◦ green 214 ◦ blue 247

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

Shades of Blue Chalk #EED6F7

Tints of Blue Chalk #EED6F7

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.62%

 BLUE value IS 247 (96.88% from 255) = 35.34%

R = 34.05%
G = 30.62%
B = 35.34%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EED6F7 (or 0xEED6F7) is known color: Blue Chalk. HEX triplet: EE, D6 and F7. RGB value is (238,214,247). Sum of RGB (Red+Green+Blue) = 238+214+247=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 214 (83.98% from 255 or 30.62% from 699); Blue value is 247 (96.88% from 255 or 35.34% from 699); Max value from RGB is 247 - color contains mainly: blue. Hex color #EED6F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED6F7 is #112908. Grayscale: #E0E0E0. Windows color (decimal): -1124617 or 16242414. OLE color: 16242414.

HSL color Cylindrical-coordinate representation of color #EED6F7: hue angle of 283.64º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EED6F7 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 238 214 247 -
CMYK 0.04 0.13 0 0.03
HSL 283.64º 0.67% 0.9% -
HSV(B) 283.64º 0.13% 0.97% -
XYZ 76.09 72.99 98.07 -
YUV 224.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 238 214 247 0.04 0.13 0 0.03 283.64 0.67 0.9
Hex EE D6 F7 4 D 0 3 11C 43 5A
Octal 356 326 367 4 15 0 3 434 103 132
Binary 11101110 11010110 11110111 100 1101 0 11 100011100 1000011 1011010

Color Harmonies of #EED6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED6F7

Black with #EED6F7

Text Example


Text Example

White with #EED6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED6F7; }

 p { color: rgb(238,214,247); }

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

background-color css

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

 a { background-color: rgb(238,214,247); }

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

border-color css

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

 span { border-color: rgb(238,214,247); }

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