Html Css Color HEX #E8D0FA Blue Chalk

📋 copy color: '#E8D0FA'

red 232 ◦ green 208 ◦ blue 250

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

Shades of Blue Chalk #E8D0FA

Tints of Blue Chalk #E8D0FA

RGB

 RED value IS 232 (91.02% from 255) = 33.62%

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

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

R = 33.62%
G = 30.14%
B = 36.23%

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

#E8D0FA (or 0xE8D0FA) is known color: Blue Chalk. HEX triplet: E8, D0 and FA. RGB value is (232,208,250). Sum of RGB (Red+Green+Blue) = 232+208+250=690 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.62% from 690); Green value is 208 (81.64% from 255 or 30.14% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8D0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D0FA is #172F05. Grayscale: #DBDBDB. Windows color (decimal): -1519366 or 16437480. OLE color: 16437480.

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

Color convert

RGB 232 208 250 -
CMYK 0.07 0.17 0 0.02
HSL 274.29º 0.81% 0.9% -
HSV(B) 274.29º 0.17% 0.98% -
XYZ 73.09 69.17 99.94 -
YUV 219.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 232 208 250 0.07 0.17 0 0.02 274.29 0.81 0.9
Hex E8 D0 FA 7 11 0 2 112 51 5A
Octal 350 320 372 7 21 0 2 422 121 132
Binary 11101000 11010000 11111010 111 10001 0 10 100010010 1010001 1011010

Color Harmonies of #E8D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D0FA

Black with #E8D0FA

Text Example


Text Example

White with #E8D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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