Html Css Color HEX #E9C9FA Blue Chalk

📋 copy color: '#E9C9FA'

red 233 ◦ green 201 ◦ blue 250

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

Shades of Blue Chalk #E9C9FA

Tints of Blue Chalk #E9C9FA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.39%

 BLUE value IS 250 (98.05% from 255) = 36.55%

R = 34.06%
G = 29.39%
B = 36.55%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E9C9FA (or 0xE9C9FA) is known color: Blue Chalk. HEX triplet: E9, C9 and FA. RGB value is (233,201,250). Sum of RGB (Red+Green+Blue) = 233+201+250=684 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.06% from 684); Green value is 201 (78.91% from 255 or 29.39% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9C9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C9FA is #163605. Grayscale: #D7D7D7. Windows color (decimal): -1455622 or 16435689. OLE color: 16435689.

HSL color Cylindrical-coordinate representation of color #E9C9FA: hue angle of 279.18º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9C9FA is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 201 250 -
CMYK 0.07 0.20 0 0.02
HSL 279.18º 0.83% 0.88% -
HSV(B) 279.18º 0.2% 0.98% -
XYZ 71.75 66 99.4 -
YUV 216.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 233 201 250 0.07 0.20 0 0.02 279.18 0.83 0.88
Hex E9 C9 FA 7 14 0 2 117 53 58
Octal 351 311 372 7 24 0 2 427 123 130
Binary 11101001 11001001 11111010 111 10100 0 10 100010111 1010011 1011000

Color Harmonies of #E9C9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9C9FA

Black with #E9C9FA

Text Example


Text Example

White with #E9C9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9C9FA; }

 p { color: rgb(233,201,250); }

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

background-color css

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

 a { background-color: rgb(233,201,250); }

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

border-color css

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

 span { border-color: rgb(233,201,250); }

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