Html Css Color HEX #E9D0FB Blue Chalk

📋 copy color: '#E9D0FB'

red 233 ◦ green 208 ◦ blue 251

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

Shades of Blue Chalk #E9D0FB

Tints of Blue Chalk #E9D0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.27%

R = 33.67%
G = 30.06%
B = 36.27%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E9D0FB (or 0xE9D0FB) is known color: Blue Chalk. HEX triplet: E9, D0 and FB. RGB value is (233,208,251). Sum of RGB (Red+Green+Blue) = 233+208+251=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 208 (81.64% from 255 or 30.06% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9D0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D0FB is #162F04. Grayscale: #DCDCDC. Windows color (decimal): -1453829 or 16503017. OLE color: 16503017.

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

Color convert

RGB 233 208 251 -
CMYK 0.07 0.17 0 0.02
HSL 274.88º 0.84% 0.9% -
HSV(B) 274.88º 0.17% 0.98% -
XYZ 73.57 69.4 100.78 -
YUV 220.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 233 208 251 0.07 0.17 0 0.02 274.88 0.84 0.9
Hex E9 D0 FB 7 11 0 2 113 54 5A
Octal 351 320 373 7 21 0 2 423 124 132
Binary 11101001 11010000 11111011 111 10001 0 10 100010011 1010100 1011010

Color Harmonies of #E9D0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D0FB

Black with #E9D0FB

Text Example


Text Example

White with #E9D0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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