Html Css Color HEX #E8D0FD Blue Chalk

📋 copy color: '#E8D0FD'

red 232 ◦ green 208 ◦ blue 253

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

Shades of Blue Chalk #E8D0FD

Tints of Blue Chalk #E8D0FD

RGB

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

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

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

R = 33.48%
G = 30.01%
B = 36.51%

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

#E8D0FD (or 0xE8D0FD) is known color: Blue Chalk. HEX triplet: E8, D0 and FD. RGB value is (232,208,253). Sum of RGB (Red+Green+Blue) = 232+208+253=693 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.48% from 693); Green value is 208 (81.64% from 255 or 30.01% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8D0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D0FD is #172F02. Grayscale: #DCDCDC. Windows color (decimal): -1519363 or 16634088. OLE color: 16634088.

HSL color Cylindrical-coordinate representation of color #E8D0FD: hue angle of 272º 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 #E8D0FD is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 232 208 253 -
CMYK 0.08 0.18 0 0.01
HSL 272º 0.92% 0.9% -
HSV(B) 272º 0.18% 0.99% -
XYZ 73.56 69.36 102.44 -
YUV 220.31 146.45 136.34 -
System Red Green Blue C M Y K H S L
Decimal 232 208 253 0.08 0.18 0 0.01 272 0.92 0.9
Hex E8 D0 FD 8 12 0 1 110 5C 5A
Octal 350 320 375 10 22 0 1 420 134 132
Binary 11101000 11010000 11111101 1000 10010 0 1 100010000 1011100 1011010

Color Harmonies of #E8D0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D0FD

Black with #E8D0FD

Text Example


Text Example

White with #E8D0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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