Html Css Color HEX #E8DBF9 Blue Chalk

📋 copy color: '#E8DBF9'

red 232 ◦ green 219 ◦ blue 249

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

Shades of Blue Chalk #E8DBF9

Tints of Blue Chalk #E8DBF9

RGB

 RED value IS 232 (91.02% from 255) = 33.14%

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

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

R = 33.14%
G = 31.29%
B = 35.57%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E8DBF9 (or 0xE8DBF9) is known color: Blue Chalk. HEX triplet: E8, DB and F9. RGB value is (232,219,249). Sum of RGB (Red+Green+Blue) = 232+219+249=700 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.14% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 249 (97.66% from 255 or 35.57% from 700); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8DBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DBF9 is #172406. Grayscale: #E2E2E2. Windows color (decimal): -1516551 or 16374760. OLE color: 16374760.

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

Color convert

RGB 232 219 249 -
CMYK 0.07 0.12 0 0.02
HSL 266º 0.71% 0.92% -
HSV(B) 266º 0.12% 0.98% -
XYZ 75.71 74.66 100.04 -
YUV 226.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 232 219 249 0.07 0.12 0 0.02 266 0.71 0.92
Hex E8 DB F9 7 C 0 2 10A 47 5C
Octal 350 333 371 7 14 0 2 412 107 134
Binary 11101000 11011011 11111001 111 1100 0 10 100001010 1000111 1011100

Color Harmonies of #E8DBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DBF9

Black with #E8DBF9

Text Example


Text Example

White with #E8DBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DBF9; }

 p { color: rgb(232,219,249); }

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

background-color css

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

 a { background-color: rgb(232,219,249); }

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

border-color css

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

 span { border-color: rgb(232,219,249); }

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