Html Css Color HEX #E4D2F9 Blue Chalk

📋 copy color: '#E4D2F9'

red 228 ◦ green 210 ◦ blue 249

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

Shades of Blue Chalk #E4D2F9

Tints of Blue Chalk #E4D2F9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.57%

 BLUE value IS 249 (97.66% from 255) = 36.24%

R = 33.19%
G = 30.57%
B = 36.24%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E4D2F9 (or 0xE4D2F9) is known color: Blue Chalk. HEX triplet: E4, D2 and F9. RGB value is (228,210,249). Sum of RGB (Red+Green+Blue) = 228+210+249=687 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.19% from 687); Green value is 210 (82.42% from 255 or 30.57% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 249 - color contains mainly: blue. Hex color #E4D2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D2F9 is #1B2D06. Grayscale: #DBDBDB. Windows color (decimal): -1780999 or 16372452. OLE color: 16372452.

HSL color Cylindrical-coordinate representation of color #E4D2F9: hue angle of 267.69º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E4D2F9 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 210 249 -
CMYK 0.08 0.16 0 0.02
HSL 267.69º 0.76% 0.9% -
HSV(B) 267.69º 0.16% 0.98% -
XYZ 72.14 69.43 99.22 -
YUV 219.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 228 210 249 0.08 0.16 0 0.02 267.69 0.76 0.9
Hex E4 D2 F9 8 10 0 2 10C 4C 5A
Octal 344 322 371 10 20 0 2 414 114 132
Binary 11100100 11010010 11111001 1000 10000 0 10 100001100 1001100 1011010

Color Harmonies of #E4D2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D2F9

Black with #E4D2F9

Text Example


Text Example

White with #E4D2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D2F9; }

 p { color: rgb(228,210,249); }

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

background-color css

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

 a { background-color: rgb(228,210,249); }

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

border-color css

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

 span { border-color: rgb(228,210,249); }

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