#EECFFD

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

Shades of Blue Chalk #EECFFD

Tints of Blue Chalk #EECFFD

Color information

#EECFFD (or 0xEECFFD) is unknown color: approx Blue Chalk. HEX triplet: EE, CF and FD. RGB value is (238,207,253). Sum of RGB (Red+Green+Blue) = 238+207+253=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 207 (81.25% from 255 or 29.66% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #EECFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFFD is #113002. Grayscale: #DDDDDD. Windows color (decimal): -1126403 or 16633838. OLE color: 16633838.

HSL color Cylindrical-coordinate representation of color #EECFFD: hue angle of 280.43º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EECFFD is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238207253-
CMYK0.060.1800.01
HSL280.43º92%90.2%-
HSV(B)280.43º18.18%99.22%-
XYZ75.369.89102.45-
YUV221.51145.77139.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.10%
GREEN value IS 207 (81.25% from 255) = 29.66%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=34.10%
G=29.66%
B=36.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382072530.060.1800.01280.439290.2
HexEECFFD612011185c5a
Octal35631737562201430134132
Binary111011101100111111111101110100100110001100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFFD; }

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

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

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

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

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

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

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

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