Html Css Color HEX #E7D7FE Blue Chalk

📋 copy color: '#E7D7FE'

red 231 ◦ green 215 ◦ blue 254

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

Shades of Blue Chalk #E7D7FE

Tints of Blue Chalk #E7D7FE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 30.71%

 BLUE value IS 254 (99.61% from 255) = 36.29%

R = 33%
G = 30.71%
B = 36.29%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E7D7FE (or 0xE7D7FE) is known color: Blue Chalk. HEX triplet: E7, D7 and FE. RGB value is (231,215,254). Sum of RGB (Red+Green+Blue) = 231+215+254=700 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33% from 700); Green value is 215 (84.38% from 255 or 30.71% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7D7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D7FE is #182801. Grayscale: #E0E0E0. Windows color (decimal): -1583106 or 16701415. OLE color: 16701415.

HSL color Cylindrical-coordinate representation of color #E7D7FE: hue angle of 264.62º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7D7FE is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 231 215 254 -
CMYK 0.09 0.15 0 0.00
HSL 264.62º 0.95% 0.92% -
HSV(B) 264.62º 0.15% 1% -
XYZ 75.14 72.75 103.85 -
YUV 224.23 144.8 132.83 -
System Red Green Blue C M Y K H S L
Decimal 231 215 254 0.09 0.15 0 0.00 264.62 0.95 0.92
Hex E7 D7 FE 9 F 0 0 109 5F 5C
Octal 347 327 376 11 17 0 0 411 137 134
Binary 11100111 11010111 11111110 1001 1111 0 0 100001001 1011111 1011100

Color Harmonies of #E7D7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D7FE

Black with #E7D7FE

Text Example


Text Example

White with #E7D7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D7FE; }

 p { color: rgb(231,215,254); }

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

background-color css

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

 a { background-color: rgb(231,215,254); }

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

border-color css

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

 span { border-color: rgb(231,215,254); }

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