Html Css Color HEX #E9CCFD Blue Chalk

📋 copy color: '#E9CCFD'

red 233 ◦ green 204 ◦ blue 253

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

Shades of Blue Chalk #E9CCFD

Tints of Blue Chalk #E9CCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.57%

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

R = 33.77%
G = 29.57%
B = 36.67%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E9CCFD (or 0xE9CCFD) is known color: Blue Chalk. HEX triplet: E9, CC and FD. RGB value is (233,204,253). Sum of RGB (Red+Green+Blue) = 233+204+253=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 204 (80.08% from 255 or 29.57% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9CCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CCFD is #163302. Grayscale: #DADADA. Windows color (decimal): -1454851 or 16633065. OLE color: 16633065.

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

Color convert

RGB 233 204 253 -
CMYK 0.08 0.19 0 0.01
HSL 275.51º 0.92% 0.9% -
HSV(B) 275.51º 0.19% 0.99% -
XYZ 72.93 67.6 102.13 -
YUV 218.26 147.61 138.52 -
System Red Green Blue C M Y K H S L
Decimal 233 204 253 0.08 0.19 0 0.01 275.51 0.92 0.9
Hex E9 CC FD 8 13 0 1 114 5C 5A
Octal 351 314 375 10 23 0 1 424 134 132
Binary 11101001 11001100 11111101 1000 10011 0 1 100010100 1011100 1011010

Color Harmonies of #E9CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CCFD

Black with #E9CCFD

Text Example


Text Example

White with #E9CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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