#EECDFD

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

Shades of Blue Chalk #EECDFD

Tints of Blue Chalk #EECDFD

Color information

#EECDFD (or 0xEECDFD) is unknown color: approx Blue Chalk. HEX triplet: EE, CD and FD. RGB value is (238,205,253). Sum of RGB (Red+Green+Blue) = 238+205+253=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 205 (80.47% from 255 or 29.45% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #EECDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDFD is #113202. Grayscale: #DCDCDC. Windows color (decimal): -1126915 or 16633326. OLE color: 16633326.

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

Color convert

RGB238205253-
CMYK0.060.1900.01
HSL281.25º92.31%89.8%-
HSV(B)281.25º18.97%99.22%-
XYZ74.8268.93102.29-
YUV220.34146.43140.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.20%
GREEN value IS 205 (80.47% from 255) = 29.45%
BLUE value IS 253 (99.22% from 255) = 36.35%
R=34.20%
G=29.45%
B=36.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382052530.060.1900.01281.2592.3189.8
HexEECDFD613011195c5a
Octal35631537562301431134132
Binary111011101100110111111101110100110110001100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDFD; }

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

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

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

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

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

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

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

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