Html Css Color HEX #E7D6F8 Blue Chalk

📋 copy color: '#E7D6F8'

red 231 ◦ green 214 ◦ blue 248

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

Shades of Blue Chalk #E7D6F8

Tints of Blue Chalk #E7D6F8

RGB

 RED value IS 231 (90.63% from 255) = 33.33%

 GREEN value IS 214 (83.98% from 255) = 30.88%

 BLUE value IS 248 (97.27% from 255) = 35.79%

R = 33.33%
G = 30.88%
B = 35.79%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E7D6F8 (or 0xE7D6F8) is known color: Blue Chalk. HEX triplet: E7, D6 and F8. RGB value is (231,214,248). Sum of RGB (Red+Green+Blue) = 231+214+248=693 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.33% from 693); Green value is 214 (83.98% from 255 or 30.88% from 693); Blue value is 248 (97.27% from 255 or 35.79% from 693); Max value from RGB is 248 - color contains mainly: blue. Hex color #E7D6F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D6F8 is #182907. Grayscale: #DEDEDE. Windows color (decimal): -1583368 or 16307943. OLE color: 16307943.

HSL color Cylindrical-coordinate representation of color #E7D6F8: hue angle of 270º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7D6F8 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 231 214 248 -
CMYK 0.07 0.14 0 0.03
HSL 270º 0.71% 0.91% -
HSV(B) 270º 0.14% 0.97% -
XYZ 73.94 71.86 98.78 -
YUV 222.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 231 214 248 0.07 0.14 0 0.03 270 0.71 0.91
Hex E7 D6 F8 7 E 0 3 10E 47 5B
Octal 347 326 370 7 16 0 3 416 107 133
Binary 11100111 11010110 11111000 111 1110 0 11 100001110 1000111 1011011

Color Harmonies of #E7D6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D6F8

Black with #E7D6F8

Text Example


Text Example

White with #E7D6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D6F8; }

 p { color: rgb(231,214,248); }

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

background-color css

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

 a { background-color: rgb(231,214,248); }

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

border-color css

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

 span { border-color: rgb(231,214,248); }

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