Html Css Color HEX #E7D6F9 Blue Chalk

📋 copy color: '#E7D6F9'

red 231 ◦ green 214 ◦ blue 249

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

Shades of Blue Chalk #E7D6F9

Tints of Blue Chalk #E7D6F9

RGB

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

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

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

R = 33.29%
G = 30.84%
B = 35.88%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E7D6F9 (or 0xE7D6F9) is known color: Blue Chalk. HEX triplet: E7, D6 and F9. RGB value is (231,214,249). Sum of RGB (Red+Green+Blue) = 231+214+249=694 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.29% from 694); Green value is 214 (83.98% from 255 or 30.84% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7D6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D6F9 is #182906. Grayscale: #DEDEDE. Windows color (decimal): -1583367 or 16373479. OLE color: 16373479.

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

Color convert

RGB 231 214 249 -
CMYK 0.07 0.14 0 0.02
HSL 269.14º 0.74% 0.91% -
HSV(B) 269.14º 0.14% 0.98% -
XYZ 74.1 71.92 99.6 -
YUV 223.07 142.63 133.65 -
System Red Green Blue C M Y K H S L
Decimal 231 214 249 0.07 0.14 0 0.02 269.14 0.74 0.91
Hex E7 D6 F9 7 E 0 2 10D 4A 5B
Octal 347 326 371 7 16 0 2 415 112 133
Binary 11100111 11010110 11111001 111 1110 0 10 100001101 1001010 1011011

Color Harmonies of #E7D6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D6F9

Black with #E7D6F9

Text Example


Text Example

White with #E7D6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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