#EECFFF

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

Shades of Blue Chalk #EECFFF

Tints of Blue Chalk #EECFFF

Color information

#EECFFF (or 0xEECFFF) is unknown color: approx Blue Chalk. HEX triplet: EE, CF and FF. RGB value is (238,207,255). Sum of RGB (Red+Green+Blue) = 238+207+255=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 207 (81.25% from 255 or 29.57% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #EECFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFFF is #113000. Grayscale: #DDDDDD. Windows color (decimal): -1126401 or 16764910. OLE color: 16764910.

HSL color Cylindrical-coordinate representation of color #EECFFF: hue angle of 278.75º 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 #EECFFF is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB238207255-
CMYK0.070.1900
HSL278.75º100%90.59%-
HSV(B)278.75º18.82%100%-
XYZ75.6270.02104.14-
YUV221.74146.77139.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34%
GREEN value IS 207 (81.25% from 255) = 29.57%
BLUE value IS 255 (100% from 255) = 36.43%
R=34%
G=29.57%
B=36.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382072550.070.1900278.7510090.59
HexEECFFF71300117645b
Octal35631737772300427144133
Binary111011101100111111111111111100110010001011111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFFF; }

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

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

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

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

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

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

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

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