#EECCFF

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

Shades of Blue Chalk #EECCFF

Tints of Blue Chalk #EECCFF

Color information

#EECCFF (or 0xEECCFF) is unknown color: approx Blue Chalk. HEX triplet: EE, CC and FF. RGB value is (238,204,255). Sum of RGB (Red+Green+Blue) = 238+204+255=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 204 (80.08% from 255 or 29.27% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #EECCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCFF is #113300. Grayscale: #DBDBDB. Windows color (decimal): -1127169 or 16764142. OLE color: 16764142.

HSL color Cylindrical-coordinate representation of color #EECCFF: hue angle of 280º 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 #EECCFF is Cyan = 0.07, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB238204255-
CMYK0.070.200
HSL280º100%90%-
HSV(B)280º20%100%-
XYZ74.968.58103.9-
YUV219.98147.76140.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.15%
GREEN value IS 204 (80.08% from 255) = 29.27%
BLUE value IS 255 (100% from 255) = 36.59%
R=34.15%
G=29.27%
B=36.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382042550.070.20028010090
HexEECCFF71400118645a
Octal35631437772400430144132
Binary111011101100110011111111111101000010001100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCFF; }

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

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

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

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

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

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

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

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