Html Css Color HEX #E9D0FD Blue Chalk

📋 copy color: '#E9D0FD'

red 233 ◦ green 208 ◦ blue 253

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

Shades of Blue Chalk #E9D0FD

Tints of Blue Chalk #E9D0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.46%

R = 33.57%
G = 29.97%
B = 36.46%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E9D0FD (or 0xE9D0FD) is known color: Blue Chalk. HEX triplet: E9, D0 and FD. RGB value is (233,208,253). Sum of RGB (Red+Green+Blue) = 233+208+253=694 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.57% from 694); Green value is 208 (81.64% from 255 or 29.97% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9D0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D0FD is #162F02. Grayscale: #DCDCDC. Windows color (decimal): -1453827 or 16634089. OLE color: 16634089.

HSL color Cylindrical-coordinate representation of color #E9D0FD: hue angle of 273.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9D0FD is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 208 253 -
CMYK 0.08 0.18 0 0.01
HSL 273.33º 0.92% 0.9% -
HSV(B) 273.33º 0.18% 0.99% -
XYZ 73.89 69.53 102.45 -
YUV 220.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 233 208 253 0.08 0.18 0 0.01 273.33 0.92 0.9
Hex E9 D0 FD 8 12 0 1 111 5C 5A
Octal 351 320 375 10 22 0 1 421 134 132
Binary 11101001 11010000 11111101 1000 10010 0 1 100010001 1011100 1011010

Color Harmonies of #E9D0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D0FD

Black with #E9D0FD

Text Example


Text Example

White with #E9D0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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