Html Css Color HEX #E9D6F3 Blue Chalk

📋 copy color: '#E9D6F3'

red 233 ◦ green 214 ◦ blue 243

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

Shades of Blue Chalk #E9D6F3

Tints of Blue Chalk #E9D6F3

RGB

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

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

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

R = 33.77%
G = 31.01%
B = 35.22%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E9D6F3 (or 0xE9D6F3) is known color: Blue Chalk. HEX triplet: E9, D6 and F3. RGB value is (233,214,243). Sum of RGB (Red+Green+Blue) = 233+214+243=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 243 (95.31% from 255 or 35.22% from 690); Max value from RGB is 243 - color contains mainly: blue. Hex color #E9D6F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D6F3 is #16290C. Grayscale: #DEDEDE. Windows color (decimal): -1452301 or 15980265. OLE color: 15980265.

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

Color convert

RGB 233 214 243 -
CMYK 0.04 0.12 0 0.05
HSL 279.31º 0.55% 0.9% -
HSV(B) 279.31º 0.12% 0.95% -
XYZ 73.83 71.89 94.78 -
YUV 222.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 233 214 243 0.04 0.12 0 0.05 279.31 0.55 0.9
Hex E9 D6 F3 4 C 0 5 117 37 5A
Octal 351 326 363 4 14 0 5 427 67 132
Binary 11101001 11010110 11110011 100 1100 0 101 100010111 110111 1011010

Color Harmonies of #E9D6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D6F3

Black with #E9D6F3

Text Example


Text Example

White with #E9D6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D6F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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