Html Css Color HEX #E4D0FA Blue Chalk

📋 copy color: '#E4D0FA'

red 228 ◦ green 208 ◦ blue 250

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

Shades of Blue Chalk #E4D0FA

Tints of Blue Chalk #E4D0FA

RGB

 RED value IS 228 (89.45% from 255) = 33.24%

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

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

R = 33.24%
G = 30.32%
B = 36.44%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E4D0FA (or 0xE4D0FA) is known color: Blue Chalk. HEX triplet: E4, D0 and FA. RGB value is (228,208,250). Sum of RGB (Red+Green+Blue) = 228+208+250=686 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.24% from 686); Green value is 208 (81.64% from 255 or 30.32% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4D0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D0FA is #1B2F05. Grayscale: #DADADA. Windows color (decimal): -1781510 or 16437476. OLE color: 16437476.

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

Color convert

RGB 228 208 250 -
CMYK 0.09 0.17 0 0.02
HSL 268.57º 0.81% 0.9% -
HSV(B) 268.57º 0.17% 0.98% -
XYZ 71.81 68.51 99.88 -
YUV 218.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 228 208 250 0.09 0.17 0 0.02 268.57 0.81 0.9
Hex E4 D0 FA 9 11 0 2 10D 51 5A
Octal 344 320 372 11 21 0 2 415 121 132
Binary 11100100 11010000 11111010 1001 10001 0 10 100001101 1010001 1011010

Color Harmonies of #E4D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D0FA

Black with #E4D0FA

Text Example


Text Example

White with #E4D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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