#E9CFFF

Color #E9CFFF Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #E9CFFF

Tints of Blue Chalk #E9CFFF

Color information

#E9CFFF (or 0xE9CFFF) is unknown color: approx Blue Chalk. HEX triplet: E9, CF and FF. RGB value is (233,207,255). Sum of RGB (Red+Green+Blue) = 233+207+255=695 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.53% from 695); Green value is 207 (81.25% from 255 or 29.78% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9CFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CFFF is #163000. Grayscale: #DCDCDC. Windows color (decimal): -1454081 or 16764905. OLE color: 16764905.

HSL color Cylindrical-coordinate representation of color #E9CFFF: hue angle of 272.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9CFFF is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB233207255-
CMYK0.090.1900
HSL272.5º100%90.59%-
HSV(B)272.5º18.82%100%-
XYZ73.9769.17104.06-
YUV220.25147.61137.1-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.53%
GREEN value IS 207 (81.25% from 255) = 29.78%
BLUE value IS 255 (100% from 255) = 36.69%
R=33.53%
G=29.78%
B=36.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332072550.090.1900272.510090.59
HexE9CFFF91300110645b
Octal351317377112300420144133
Binary1110100111001111111111111001100110010001000011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CFFF; }

 p { color: rgb(233,207,255); }

 H1.HeaderClassName
 {
   color: #E9CFFF;
 }
 .AnyTagClassName
 {
   color: #E9CFFF;
 }
</style>
background-color css

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

 a { background-color: rgb(233,207,255); }

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

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

 span { border-color: rgb(233,207,255); }

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