#EECDF8

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

Shades of Blue Chalk #EECDF8

Tints of Blue Chalk #EECDF8

Color information

#EECDF8 (or 0xEECDF8) is unknown color: approx Blue Chalk. HEX triplet: EE, CD and F8. RGB value is (238,205,248). Sum of RGB (Red+Green+Blue) = 238+205+248=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 205 (80.47% from 255 or 29.67% from 691); Blue value is 248 (97.27% from 255 or 35.89% from 691); Max value from RGB is 248 - color contains mainly: blue. Hex color #EECDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDF8 is #113207. Grayscale: #DBDBDB. Windows color (decimal): -1126920 or 16305646. OLE color: 16305646.

HSL color Cylindrical-coordinate representation of color #EECDF8: hue angle of 286.05º degrees, saturation: 0.75, 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 #EECDF8 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB238205248-
CMYK0.040.1700.03
HSL286.05º75.44%88.82%-
HSV(B)286.05º17.34%97.25%-
XYZ74.0368.6298.15-
YUV219.77143.93141-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.44%
GREEN value IS 205 (80.47% from 255) = 29.67%
BLUE value IS 248 (97.27% from 255) = 35.89%
R=34.44%
G=29.67%
B=35.89%

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
Decimal2382052480.040.1700.03286.0575.4488.82
HexEECDF84110311e4b59
Octal35631537042103436113131
Binary1110111011001101111110001001000101110001111010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDF8; }

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

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

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

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

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

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

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

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