#EECDFE

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

Shades of Blue Chalk #EECDFE

Tints of Blue Chalk #EECDFE

Color information

#EECDFE (or 0xEECDFE) is unknown color: approx Blue Chalk. HEX triplet: EE, CD and FE. RGB value is (238,205,254). Sum of RGB (Red+Green+Blue) = 238+205+254=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 205 (80.47% from 255 or 29.41% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #EECDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDFE is #113201. Grayscale: #DCDCDC. Windows color (decimal): -1126914 or 16698862. OLE color: 16698862.

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

Color convert

RGB238205254-
CMYK0.060.1900.00
HSL280.41º96.08%90%-
HSV(B)280.41º19.29%99.61%-
XYZ74.9869103.13-
YUV220.45146.93140.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.15%
GREEN value IS 205 (80.47% from 255) = 29.41%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=34.15%
G=29.41%
B=36.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382052540.060.1900.00280.4196.0890
HexEECDFE61300118605a
Octal35631537662300430140132
Binary111011101100110111111110110100110010001100011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDFE; }

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

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

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

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

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

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

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

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