#EECFFE

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

Shades of Blue Chalk #EECFFE

Tints of Blue Chalk #EECFFE

Color information

#EECFFE (or 0xEECFFE) is unknown color: approx Blue Chalk. HEX triplet: EE, CF and FE. RGB value is (238,207,254). Sum of RGB (Red+Green+Blue) = 238+207+254=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 207 (81.25% from 255 or 29.61% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #EECFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFFE is #113001. Grayscale: #DDDDDD. Windows color (decimal): -1126402 or 16699374. OLE color: 16699374.

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

Color convert

RGB238207254-
CMYK0.060.1900.00
HSL279.57º95.92%90.39%-
HSV(B)279.57º18.5%99.61%-
XYZ75.4669.96103.29-
YUV221.63146.27139.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.05%
GREEN value IS 207 (81.25% from 255) = 29.61%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=34.05%
G=29.61%
B=36.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382072540.060.1900.00279.5795.9290.39
HexEECFFE61300118605a
Octal35631737662300430140132
Binary111011101100111111111110110100110010001100011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFFE; }

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

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

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

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

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

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

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

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