Html Css Color HEX #E7DBF8 Blue Chalk

📋 copy color: '#E7DBF8'

red 231 ◦ green 219 ◦ blue 248

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

Shades of Blue Chalk #E7DBF8

Tints of Blue Chalk #E7DBF8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.38%

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

R = 33.09%
G = 31.38%
B = 35.53%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E7DBF8 (or 0xE7DBF8) is known color: Blue Chalk. HEX triplet: E7, DB and F8. RGB value is (231,219,248). Sum of RGB (Red+Green+Blue) = 231+219+248=698 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.09% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 248 (97.27% from 255 or 35.53% from 698); Max value from RGB is 248 - color contains mainly: blue. Hex color #E7DBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DBF8 is #182407. Grayscale: #E1E1E1. Windows color (decimal): -1582088 or 16309223. OLE color: 16309223.

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

Color convert

RGB 231 219 248 -
CMYK 0.07 0.12 0 0.03
HSL 264.83º 0.67% 0.92% -
HSV(B) 264.83º 0.12% 0.97% -
XYZ 75.23 74.43 99.21 -
YUV 225.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 231 219 248 0.07 0.12 0 0.03 264.83 0.67 0.92
Hex E7 DB F8 7 C 0 3 109 43 5C
Octal 347 333 370 7 14 0 3 411 103 134
Binary 11100111 11011011 11111000 111 1100 0 11 100001001 1000011 1011100

Color Harmonies of #E7DBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DBF8

Black with #E7DBF8

Text Example


Text Example

White with #E7DBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DBF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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