Html Css Color HEX #E7D9FC Blue Chalk

📋 copy color: '#E7D9FC'

red 231 ◦ green 217 ◦ blue 252

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

Shades of Blue Chalk #E7D9FC

Tints of Blue Chalk #E7D9FC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31%

 BLUE value IS 252 (98.83% from 255) = 36%

R = 33%
G = 31%
B = 36%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E7D9FC (or 0xE7D9FC) is known color: Blue Chalk. HEX triplet: E7, D9 and FC. RGB value is (231,217,252). Sum of RGB (Red+Green+Blue) = 231+217+252=700 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33% from 700); Green value is 217 (85.16% from 255 or 31% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7D9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D9FC is #182603. Grayscale: #E1E1E1. Windows color (decimal): -1582596 or 16570855. OLE color: 16570855.

HSL color Cylindrical-coordinate representation of color #E7D9FC: hue angle of 264º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7D9FC is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 217 252 -
CMYK 0.08 0.14 0 0.01
HSL 264º 0.85% 0.92% -
HSV(B) 264º 0.14% 0.99% -
XYZ 75.34 73.64 102.34 -
YUV 225.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 231 217 252 0.08 0.14 0 0.01 264 0.85 0.92
Hex E7 D9 FC 8 E 0 1 108 55 5C
Octal 347 331 374 10 16 0 1 410 125 134
Binary 11100111 11011001 11111100 1000 1110 0 1 100001000 1010101 1011100

Color Harmonies of #E7D9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D9FC

Black with #E7D9FC

Text Example


Text Example

White with #E7D9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D9FC; }

 p { color: rgb(231,217,252); }

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

background-color css

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

 a { background-color: rgb(231,217,252); }

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

border-color css

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

 span { border-color: rgb(231,217,252); }

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