Html Css Color HEX #E9C9FD Blue Chalk

📋 copy color: '#E9C9FD'

red 233 ◦ green 201 ◦ blue 253

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

Shades of Blue Chalk #E9C9FD

Tints of Blue Chalk #E9C9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.83%

R = 33.92%
G = 29.26%
B = 36.83%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E9C9FD (or 0xE9C9FD) is known color: Blue Chalk. HEX triplet: E9, C9 and FD. RGB value is (233,201,253). Sum of RGB (Red+Green+Blue) = 233+201+253=687 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.92% from 687); Green value is 201 (78.91% from 255 or 29.26% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9C9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C9FD is #163602. Grayscale: #D8D8D8. Windows color (decimal): -1455619 or 16632297. OLE color: 16632297.

HSL color Cylindrical-coordinate representation of color #E9C9FD: hue angle of 276.92º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9C9FD is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 201 253 -
CMYK 0.08 0.21 0 0.01
HSL 276.92º 0.93% 0.89% -
HSV(B) 276.92º 0.21% 0.99% -
XYZ 72.22 66.19 101.9 -
YUV 216.5 148.6 139.77 -
System Red Green Blue C M Y K H S L
Decimal 233 201 253 0.08 0.21 0 0.01 276.92 0.93 0.89
Hex E9 C9 FD 8 15 0 1 115 5D 59
Octal 351 311 375 10 25 0 1 425 135 131
Binary 11101001 11001001 11111101 1000 10101 0 1 100010101 1011101 1011001

Color Harmonies of #E9C9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9C9FD

Black with #E9C9FD

Text Example


Text Example

White with #E9C9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9C9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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