Html Css Color HEX #EEDAF6 Blue Chalk

📋 copy color: '#EEDAF6'

red 238 ◦ green 218 ◦ blue 246

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

Shades of Blue Chalk #EEDAF6

Tints of Blue Chalk #EEDAF6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.05%

 BLUE value IS 246 (96.48% from 255) = 35.04%

R = 33.9%
G = 31.05%
B = 35.04%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EEDAF6 (or 0xEEDAF6) is known color: Blue Chalk. HEX triplet: EE, DA and F6. RGB value is (238,218,246). Sum of RGB (Red+Green+Blue) = 238+218+246=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 246 (96.48% from 255 or 35.04% from 702); Max value from RGB is 246 - color contains mainly: blue. Hex color #EEDAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAF6 is #112509. Grayscale: #E3E3E3. Windows color (decimal): -1123594 or 16177902. OLE color: 16177902.

HSL color Cylindrical-coordinate representation of color #EEDAF6: hue angle of 282.86º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEDAF6 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 218 246 -
CMYK 0.03 0.11 0 0.04
HSL 282.86º 0.61% 0.91% -
HSV(B) 282.86º 0.11% 0.96% -
XYZ 76.97 74.97 97.6 -
YUV 227.17 138.63 135.72 -
System Red Green Blue C M Y K H S L
Decimal 238 218 246 0.03 0.11 0 0.04 282.86 0.61 0.91
Hex EE DA F6 3 B 0 4 11B 3D 5B
Octal 356 332 366 3 13 0 4 433 75 133
Binary 11101110 11011010 11110110 11 1011 0 100 100011011 111101 1011011

Color Harmonies of #EEDAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDAF6

Black with #EEDAF6

Text Example


Text Example

White with #EEDAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDAF6; }

 p { color: rgb(238,218,246); }

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

background-color css

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

 a { background-color: rgb(238,218,246); }

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

border-color css

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

 span { border-color: rgb(238,218,246); }

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