Html Css Color HEX #E9D0FE Blue Chalk

📋 copy color: '#E9D0FE'

red 233 ◦ green 208 ◦ blue 254

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

Shades of Blue Chalk #E9D0FE

Tints of Blue Chalk #E9D0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.55%

R = 33.53%
G = 29.93%
B = 36.55%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E9D0FE (or 0xE9D0FE) is known color: Blue Chalk. HEX triplet: E9, D0 and FE. RGB value is (233,208,254). Sum of RGB (Red+Green+Blue) = 233+208+254=695 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.53% from 695); Green value is 208 (81.64% from 255 or 29.93% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9D0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D0FE is #162F01. Grayscale: #DCDCDC. Windows color (decimal): -1453826 or 16699625. OLE color: 16699625.

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

Color convert

RGB 233 208 254 -
CMYK 0.08 0.18 0 0.00
HSL 272.61º 0.96% 0.91% -
HSV(B) 272.61º 0.18% 1% -
XYZ 74.05 69.59 103.3 -
YUV 220.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 233 208 254 0.08 0.18 0 0.00 272.61 0.96 0.91
Hex E9 D0 FE 8 12 0 0 111 60 5B
Octal 351 320 376 10 22 0 0 421 140 133
Binary 11101001 11010000 11111110 1000 10010 0 0 100010001 1100000 1011011

Color Harmonies of #E9D0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D0FE

Black with #E9D0FE

Text Example


Text Example

White with #E9D0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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