#EED0FD

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

Shades of Blue Chalk #EED0FD

Tints of Blue Chalk #EED0FD

Color information

#EED0FD (or 0xEED0FD) is unknown color: approx Blue Chalk. HEX triplet: EE, D0 and FD. RGB value is (238,208,253). Sum of RGB (Red+Green+Blue) = 238+208+253=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 208 (81.64% from 255 or 29.76% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #EED0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED0FD is #112F02. Grayscale: #DDDDDD. Windows color (decimal): -1126147 or 16634094. OLE color: 16634094.

HSL color Cylindrical-coordinate representation of color #EED0FD: hue angle of 280º 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 #EED0FD is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238208253-
CMYK0.060.1800.01
HSL280º91.84%90.39%-
HSV(B)280º17.79%99.22%-
XYZ75.5570.38102.53-
YUV222.1145.44139.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.05%
GREEN value IS 208 (81.64% from 255) = 29.76%
BLUE value IS 253 (99.22% from 255) = 36.19%
R=34.05%
G=29.76%
B=36.19%

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
Decimal2382082530.060.1800.0128091.8490.39
HexEED0FD612011185c5a
Octal35632037562201430134132
Binary111011101101000011111101110100100110001100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED0FD; }

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

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

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

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

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

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

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

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