#EECDFF

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

Shades of Blue Chalk #EECDFF

Tints of Blue Chalk #EECDFF

Color information

#EECDFF (or 0xEECDFF) is unknown color: approx Blue Chalk. HEX triplet: EE, CD and FF. RGB value is (238,205,255). Sum of RGB (Red+Green+Blue) = 238+205+255=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 205 (80.47% from 255 or 29.37% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #EECDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDFF is #113200. Grayscale: #DCDCDC. Windows color (decimal): -1126913 or 16764398. OLE color: 16764398.

HSL color Cylindrical-coordinate representation of color #EECDFF: hue angle of 279.6º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EECDFF is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB238205255-
CMYK0.070.2000
HSL279.6º100%90.2%-
HSV(B)279.6º19.61%100%-
XYZ75.1469.06103.98-
YUV220.57147.43140.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.10%
GREEN value IS 205 (80.47% from 255) = 29.37%
BLUE value IS 255 (100% from 255) = 36.53%
R=34.10%
G=29.37%
B=36.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382052550.070.2000279.610090.2
HexEECDFF71400118645a
Octal35631537772400430144132
Binary111011101100110111111111111101000010001100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDFF; }

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

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

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

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

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

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

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

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