Html Css Color HEX #E7DCF3 Blue Chalk

📋 copy color: '#E7DCF3'

red 231 ◦ green 220 ◦ blue 243

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

Shades of Blue Chalk #E7DCF3

Tints of Blue Chalk #E7DCF3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.7%

 BLUE value IS 243 (95.31% from 255) = 35.01%

R = 33.29%
G = 31.7%
B = 35.01%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E7DCF3 (or 0xE7DCF3) is known color: Blue Chalk. HEX triplet: E7, DC and F3. RGB value is (231,220,243). Sum of RGB (Red+Green+Blue) = 231+220+243=694 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.29% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 243 - color contains mainly: blue. Hex color #E7DCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCF3 is #18230C. Grayscale: #E1E1E1. Windows color (decimal): -1581837 or 15981799. OLE color: 15981799.

HSL color Cylindrical-coordinate representation of color #E7DCF3: hue angle of 268.7º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7DCF3 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 231 220 243 -
CMYK 0.05 0.09 0 0.05
HSL 268.7º 0.49% 0.91% -
HSV(B) 268.7º 0.09% 0.95% -
XYZ 74.73 74.65 95.26 -
YUV 225.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 231 220 243 0.05 0.09 0 0.05 268.7 0.49 0.91
Hex E7 DC F3 5 9 0 5 10D 31 5B
Octal 347 334 363 5 11 0 5 415 61 133
Binary 11100111 11011100 11110011 101 1001 0 101 100001101 110001 1011011

Color Harmonies of #E7DCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DCF3

Black with #E7DCF3

Text Example


Text Example

White with #E7DCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DCF3; }

 p { color: rgb(231,220,243); }

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

background-color css

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

 a { background-color: rgb(231,220,243); }

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

border-color css

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

 span { border-color: rgb(231,220,243); }

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