#EECCF8

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

Shades of Blue Chalk #EECCF8

Tints of Blue Chalk #EECCF8

Color information

#EECCF8 (or 0xEECCF8) is unknown color: approx Blue Chalk. HEX triplet: EE, CC and F8. RGB value is (238,204,248). Sum of RGB (Red+Green+Blue) = 238+204+248=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 204 (80.08% from 255 or 29.57% from 690); Blue value is 248 (97.27% from 255 or 35.94% from 690); Max value from RGB is 248 - color contains mainly: blue. Hex color #EECCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCF8 is #113307. Grayscale: #DBDBDB. Windows color (decimal): -1127176 or 16305390. OLE color: 16305390.

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

Color convert

RGB238204248-
CMYK0.040.1800.03
HSL286.36º75.86%88.63%-
HSV(B)286.36º17.74%97.25%-
XYZ73.868.1498.07-
YUV219.18144.26141.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.49%
GREEN value IS 204 (80.08% from 255) = 29.57%
BLUE value IS 248 (97.27% from 255) = 35.94%
R=34.49%
G=29.57%
B=35.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382042480.040.1800.03286.3675.8688.63
HexEECCF84120311e4c59
Octal35631437042203436114131
Binary1110111011001100111110001001001001110001111010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCF8; }

 p { color: rgb(238,204,248); }

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

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

 a { background-color: rgb(238,204,248); }

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

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

 span { border-color: rgb(238,204,248); }

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