#EECEFF

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

Shades of Blue Chalk #EECEFF

Tints of Blue Chalk #EECEFF

Color information

#EECEFF (or 0xEECEFF) is unknown color: approx Blue Chalk. HEX triplet: EE, CE and FF. RGB value is (238,206,255). Sum of RGB (Red+Green+Blue) = 238+206+255=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 206 (80.86% from 255 or 29.47% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #EECEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECEFF is #113100. Grayscale: #DCDCDC. Windows color (decimal): -1126657 or 16764654. OLE color: 16764654.

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

Color convert

RGB238206255-
CMYK0.070.1900
HSL279.18º100%90.39%-
HSV(B)279.18º19.22%100%-
XYZ75.3869.54104.06-
YUV221.15147.1140.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.05%
GREEN value IS 206 (80.86% from 255) = 29.47%
BLUE value IS 255 (100% from 255) = 36.48%
R=34.05%
G=29.47%
B=36.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382062550.070.1900279.1810090.39
HexEECEFF71300117645a
Octal35631637772300427144132
Binary111011101100111011111111111100110010001011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECEFF; }

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

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

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

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

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

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

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

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