Html Css Color HEX #E9D0F9 Blue Chalk

📋 copy color: '#E9D0F9'

red 233 ◦ green 208 ◦ blue 249

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

Shades of Blue Chalk #E9D0F9

Tints of Blue Chalk #E9D0F9

RGB

 RED value IS 233 (91.41% from 255) = 33.77%

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

 BLUE value IS 249 (97.66% from 255) = 36.09%

R = 33.77%
G = 30.14%
B = 36.09%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E9D0F9 (or 0xE9D0F9) is known color: Blue Chalk. HEX triplet: E9, D0 and F9. RGB value is (233,208,249). Sum of RGB (Red+Green+Blue) = 233+208+249=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 208 (81.64% from 255 or 30.14% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 249 - color contains mainly: blue. Hex color #E9D0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D0F9 is #162F06. Grayscale: #DCDCDC. Windows color (decimal): -1453831 or 16371945. OLE color: 16371945.

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

Color convert

RGB 233 208 249 -
CMYK 0.06 0.16 0 0.02
HSL 276.59º 0.77% 0.9% -
HSV(B) 276.59º 0.16% 0.98% -
XYZ 73.26 69.27 99.13 -
YUV 220.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 233 208 249 0.06 0.16 0 0.02 276.59 0.77 0.9
Hex E9 D0 F9 6 10 0 2 115 4D 5A
Octal 351 320 371 6 20 0 2 425 115 132
Binary 11101001 11010000 11111001 110 10000 0 10 100010101 1001101 1011010

Color Harmonies of #E9D0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D0F9

Black with #E9D0F9

Text Example


Text Example

White with #E9D0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D0F9; }

 p { color: rgb(233,208,249); }

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

background-color css

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

 a { background-color: rgb(233,208,249); }

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

border-color css

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

 span { border-color: rgb(233,208,249); }

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