#EECAFE

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

Shades of Blue Chalk #EECAFE

Tints of Blue Chalk #EECAFE

Color information

#EECAFE (or 0xEECAFE) is unknown color: approx Blue Chalk. HEX triplet: EE, CA and FE. RGB value is (238,202,254). Sum of RGB (Red+Green+Blue) = 238+202+254=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 202 (79.30% from 255 or 29.11% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #EECAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAFE is #113501. Grayscale: #DADADA. Windows color (decimal): -1127682 or 16698094. OLE color: 16698094.

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

Color convert

RGB238202254-
CMYK0.060.2000.00
HSL281.54º96.3%89.41%-
HSV(B)281.54º20.47%99.61%-
XYZ74.2767.57102.89-
YUV218.69147.93141.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.29%
GREEN value IS 202 (79.30% from 255) = 29.11%
BLUE value IS 254 (99.61% from 255) = 36.60%
R=34.29%
G=29.11%
B=36.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382022540.060.2000.00281.5496.389.41
HexEECAFE6140011a6059
Octal35631237662400432140131
Binary111011101100101011111110110101000010001101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAFE; }

 p { color: rgb(238,202,254); }

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

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

 a { background-color: rgb(238,202,254); }

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

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

 span { border-color: rgb(238,202,254); }

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