Html Css Color HEX #E9D6F6 Blue Chalk

📋 copy color: '#E9D6F6'

red 233 ◦ green 214 ◦ blue 246

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

Shades of Blue Chalk #E9D6F6

Tints of Blue Chalk #E9D6F6

RGB

 RED value IS 233 (91.41% from 255) = 33.62%

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

 BLUE value IS 246 (96.48% from 255) = 35.5%

R = 33.62%
G = 30.88%
B = 35.5%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E9D6F6 (or 0xE9D6F6) is known color: Blue Chalk. HEX triplet: E9, D6 and F6. RGB value is (233,214,246). Sum of RGB (Red+Green+Blue) = 233+214+246=693 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.62% from 693); Green value is 214 (83.98% from 255 or 30.88% from 693); Blue value is 246 (96.48% from 255 or 35.50% from 693); Max value from RGB is 246 - color contains mainly: blue. Hex color #E9D6F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D6F6 is #162909. Grayscale: #DFDFDF. Windows color (decimal): -1452298 or 16176873. OLE color: 16176873.

HSL color Cylindrical-coordinate representation of color #E9D6F6: hue angle of 275.62º degrees, saturation: 0.64, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9D6F6 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 233 214 246 -
CMYK 0.05 0.13 0 0.04
HSL 275.63º 0.64% 0.9% -
HSV(B) 275.63º 0.13% 0.96% -
XYZ 74.29 72.07 97.18 -
YUV 223.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 233 214 246 0.05 0.13 0 0.04 275.63 0.64 0.9
Hex E9 D6 F6 5 D 0 4 114 40 5A
Octal 351 326 366 5 15 0 4 424 100 132
Binary 11101001 11010110 11110110 101 1101 0 100 100010100 1000000 1011010

Color Harmonies of #E9D6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D6F6

Black with #E9D6F6

Text Example


Text Example

White with #E9D6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D6F6; }

 p { color: rgb(233,214,246); }

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

background-color css

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

 a { background-color: rgb(233,214,246); }

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

border-color css

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

 span { border-color: rgb(233,214,246); }

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