Html Css Color HEX #E4D4EB Blue Chalk

📋 copy color: '#E4D4EB'

red 228 ◦ green 212 ◦ blue 235

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

Shades of Blue Chalk #E4D4EB

Tints of Blue Chalk #E4D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.41%

 BLUE value IS 235 (92.19% from 255) = 34.81%

R = 33.78%
G = 31.41%
B = 34.81%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E4D4EB (or 0xE4D4EB) is known color: Blue Chalk. HEX triplet: E4, D4 and EB. RGB value is (228,212,235). Sum of RGB (Red+Green+Blue) = 228+212+235=675 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.78% from 675); Green value is 212 (83.20% from 255 or 31.41% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4D4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D4EB is #1B2B14. Grayscale: #DBDBDB. Windows color (decimal): -1780501 or 15455460. OLE color: 15455460.

HSL color Cylindrical-coordinate representation of color #E4D4EB: hue angle of 281.74º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4D4EB is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 228 212 235 -
CMYK 0.03 0.10 0 0.08
HSL 281.74º 0.37% 0.88% -
HSV(B) 281.74º 0.1% 0.92% -
XYZ 70.53 69.58 88.31 -
YUV 219.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 228 212 235 0.03 0.10 0 0.08 281.74 0.37 0.88
Hex E4 D4 EB 3 A 0 8 11A 25 58
Octal 344 324 353 3 12 0 10 432 45 130
Binary 11100100 11010100 11101011 11 1010 0 1000 100011010 100101 1011000

Color Harmonies of #E4D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D4EB

Black with #E4D4EB

Text Example


Text Example

White with #E4D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D4EB; }

 p { color: rgb(228,212,235); }

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

background-color css

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

 a { background-color: rgb(228,212,235); }

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

border-color css

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

 span { border-color: rgb(228,212,235); }

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