#EECAF7

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

Shades of Blue Chalk #EECAF7

Tints of Blue Chalk #EECAF7

Color information

#EECAF7 (or 0xEECAF7) is unknown color: approx Blue Chalk. HEX triplet: EE, CA and F7. RGB value is (238,202,247). Sum of RGB (Red+Green+Blue) = 238+202+247=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 202 (79.30% from 255 or 29.40% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 247 - color contains mainly: blue. Hex color #EECAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAF7 is #113508. Grayscale: #D9D9D9. Windows color (decimal): -1127689 or 16239342. OLE color: 16239342.

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

Color convert

RGB238202247-
CMYK0.040.1800.03
HSL288º73.77%88.04%-
HSV(B)288º18.22%96.86%-
XYZ73.1767.1397.1-
YUV217.89144.43142.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.64%
GREEN value IS 202 (79.30% from 255) = 29.40%
BLUE value IS 247 (96.88% from 255) = 35.95%
R=34.64%
G=29.40%
B=35.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382022470.040.1800.0328873.7788.04
HexEECAF7412031204a58
Octal35631236742203440112130
Binary1110111011001010111101111001001001110010000010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAF7; }

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

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

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

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

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

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

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

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