Html Css Color HEX #E8D3FF Blue Chalk

📋 copy color: '#E8D3FF'

red 232 ◦ green 211 ◦ blue 255

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

Shades of Blue Chalk #E8D3FF

Tints of Blue Chalk #E8D3FF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.23%

 BLUE value IS 255 (100% from 255) = 36.53%

R = 33.24%
G = 30.23%
B = 36.53%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E8D3FF (or 0xE8D3FF) is known color: Blue Chalk. HEX triplet: E8, D3 and FF. RGB value is (232,211,255). Sum of RGB (Red+Green+Blue) = 232+211+255=698 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.24% from 698); Green value is 211 (82.81% from 255 or 30.23% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8D3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D3FF is #172C00. Grayscale: #DEDEDE. Windows color (decimal): -1518593 or 16765928. OLE color: 16765928.

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

Color convert

RGB 232 211 255 -
CMYK 0.09 0.17 0 0
HSL 268.64º 1% 0.91% -
HSV(B) 268.64º 0.17% 1% -
XYZ 74.62 70.96 104.37 -
YUV 222.3 146.46 134.92 -
System Red Green Blue C M Y K H S L
Decimal 232 211 255 0.09 0.17 0 0 268.64 1 0.91
Hex E8 D3 FF 9 11 0 0 10D 64 5B
Octal 350 323 377 11 21 0 0 415 144 133
Binary 11101000 11010011 11111111 1001 10001 0 0 100001101 1100100 1011011

Color Harmonies of #E8D3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D3FF

Black with #E8D3FF

Text Example


Text Example

White with #E8D3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D3FF; }

 p { color: rgb(232,211,255); }

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

background-color css

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

 a { background-color: rgb(232,211,255); }

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

border-color css

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

 span { border-color: rgb(232,211,255); }

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