#EECDF6

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

Shades of Blue Chalk #EECDF6

Tints of Blue Chalk #EECDF6

Color information

#EECDF6 (or 0xEECDF6) is unknown color: approx Blue Chalk. HEX triplet: EE, CD and F6. RGB value is (238,205,246). Sum of RGB (Red+Green+Blue) = 238+205+246=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 205 (80.47% from 255 or 29.75% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 246 - color contains mainly: blue. Hex color #EECDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDF6 is #113209. Grayscale: #DBDBDB. Windows color (decimal): -1126922 or 16174574. OLE color: 16174574.

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

Color convert

RGB238205246-
CMYK0.030.1700.04
HSL288.29º69.49%88.43%-
HSV(B)288.29º16.67%96.47%-
XYZ73.7368.4996.52-
YUV219.54142.93141.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.54%
GREEN value IS 205 (80.47% from 255) = 29.75%
BLUE value IS 246 (96.48% from 255) = 35.70%
R=34.54%
G=29.75%
B=35.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382052460.030.1700.04288.2969.4988.43
HexEECDF6311041204558
Octal35631536632104440105130
Binary1110111011001101111101101110001010010010000010001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDF6; }

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

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

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

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

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

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

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

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