Html Css Color HEX #E5D0FA Blue Chalk

📋 copy color: '#E5D0FA'

red 229 ◦ green 208 ◦ blue 250

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

Shades of Blue Chalk #E5D0FA

Tints of Blue Chalk #E5D0FA

RGB

 RED value IS 229 (89.84% from 255) = 33.33%

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

 BLUE value IS 250 (98.05% from 255) = 36.39%

R = 33.33%
G = 30.28%
B = 36.39%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5D0FA (or 0xE5D0FA) is known color: Blue Chalk. HEX triplet: E5, D0 and FA. RGB value is (229,208,250). Sum of RGB (Red+Green+Blue) = 229+208+250=687 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.33% from 687); Green value is 208 (81.64% from 255 or 30.28% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5D0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D0FA is #1A2F05. Grayscale: #DADADA. Windows color (decimal): -1715974 or 16437477. OLE color: 16437477.

HSL color Cylindrical-coordinate representation of color #E5D0FA: hue angle of 270º degrees, saturation: 0.81, 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 #E5D0FA is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 208 250 -
CMYK 0.08 0.17 0 0.02
HSL 270º 0.81% 0.9% -
HSV(B) 270º 0.17% 0.98% -
XYZ 72.12 68.67 99.9 -
YUV 219.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 229 208 250 0.08 0.17 0 0.02 270 0.81 0.9
Hex E5 D0 FA 8 11 0 2 10E 51 5A
Octal 345 320 372 10 21 0 2 416 121 132
Binary 11100101 11010000 11111010 1000 10001 0 10 100001110 1010001 1011010

Color Harmonies of #E5D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D0FA

Black with #E5D0FA

Text Example


Text Example

White with #E5D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D0FA; }

 p { color: rgb(229,208,250); }

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

background-color css

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

 a { background-color: rgb(229,208,250); }

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

border-color css

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

 span { border-color: rgb(229,208,250); }

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