#EECAFD

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

Shades of Blue Chalk #EECAFD

Tints of Blue Chalk #EECAFD

Color information

#EECAFD (or 0xEECAFD) is unknown color: approx Blue Chalk. HEX triplet: EE, CA and FD. RGB value is (238,202,253). Sum of RGB (Red+Green+Blue) = 238+202+253=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 202 (79.30% from 255 or 29.15% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #EECAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAFD is #113502. Grayscale: #DADADA. Windows color (decimal): -1127683 or 16632558. OLE color: 16632558.

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

Color convert

RGB238202253-
CMYK0.060.2000.01
HSL282.35º92.73%89.22%-
HSV(B)282.35º20.16%99.22%-
XYZ74.1167.51102.05-
YUV218.58147.43141.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.34%
GREEN value IS 202 (79.30% from 255) = 29.15%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=34.34%
G=29.15%
B=36.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382022530.060.2000.01282.3592.7389.22
HexEECAFD6140111a5d59
Octal35631237562401432135131
Binary111011101100101011111101110101000110001101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAFD; }

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

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

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

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

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

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

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

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