#EECEF7

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

Shades of Blue Chalk #EECEF7

Tints of Blue Chalk #EECEF7

Color information

#EECEF7 (or 0xEECEF7) is unknown color: approx Blue Chalk. HEX triplet: EE, CE and F7. RGB value is (238,206,247). Sum of RGB (Red+Green+Blue) = 238+206+247=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 247 (96.88% from 255 or 35.75% from 691); Max value from RGB is 247 - color contains mainly: blue. Hex color #EECEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECEF7 is #113108. Grayscale: #DCDCDC. Windows color (decimal): -1126665 or 16240366. OLE color: 16240366.

HSL color Cylindrical-coordinate representation of color #EECEF7: hue angle of 286.83º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EECEF7 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB238206247-
CMYK0.040.1700.03
HSL286.83º71.93%88.82%-
HSV(B)286.83º16.6%96.86%-
XYZ74.1269.0497.41-
YUV220.24143.1140.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.44%
GREEN value IS 206 (80.86% from 255) = 29.81%
BLUE value IS 247 (96.88% from 255) = 35.75%
R=34.44%
G=29.81%
B=35.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382062470.040.1700.03286.8371.9388.82
HexEECEF74110311f4859
Octal35631636742103437110131
Binary1110111011001110111101111001000101110001111110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECEF7; }

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

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

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

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

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

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

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

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