Html Css Color HEX #E9D2F9 Blue Chalk

📋 copy color: '#E9D2F9'

red 233 ◦ green 210 ◦ blue 249

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

Shades of Blue Chalk #E9D2F9

Tints of Blue Chalk #E9D2F9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.35%

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

R = 33.67%
G = 30.35%
B = 35.98%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E9D2F9 (or 0xE9D2F9) is known color: Blue Chalk. HEX triplet: E9, D2 and F9. RGB value is (233,210,249). Sum of RGB (Red+Green+Blue) = 233+210+249=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 210 (82.42% from 255 or 30.35% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 249 - color contains mainly: blue. Hex color #E9D2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D2F9 is #162D06. Grayscale: #DDDDDD. Windows color (decimal): -1453319 or 16372457. OLE color: 16372457.

HSL color Cylindrical-coordinate representation of color #E9D2F9: hue angle of 275.38º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9D2F9 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 210 249 -
CMYK 0.06 0.16 0 0.02
HSL 275.38º 0.76% 0.9% -
HSV(B) 275.38º 0.16% 0.98% -
XYZ 73.75 70.26 99.3 -
YUV 221.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 233 210 249 0.06 0.16 0 0.02 275.38 0.76 0.9
Hex E9 D2 F9 6 10 0 2 113 4C 5A
Octal 351 322 371 6 20 0 2 423 114 132
Binary 11101001 11010010 11111001 110 10000 0 10 100010011 1001100 1011010

Color Harmonies of #E9D2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D2F9

Black with #E9D2F9

Text Example


Text Example

White with #E9D2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D2F9; }

 p { color: rgb(233,210,249); }

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

background-color css

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

 a { background-color: rgb(233,210,249); }

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

border-color css

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

 span { border-color: rgb(233,210,249); }

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