#EED4F5

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

Shades of Blue Chalk #EED4F5

Tints of Blue Chalk #EED4F5

Color information

#EED4F5 (or 0xEED4F5) is unknown color: approx Blue Chalk. HEX triplet: EE, D4 and F5. RGB value is (238,212,245). Sum of RGB (Red+Green+Blue) = 238+212+245=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 212 (83.20% from 255 or 30.50% from 695); Blue value is 245 (96.09% from 255 or 35.25% from 695); Max value from RGB is 245 - color contains mainly: blue. Hex color #EED4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED4F5 is #112B0A. Grayscale: #DFDFDF. Windows color (decimal): -1125131 or 16110830. OLE color: 16110830.

HSL color Cylindrical-coordinate representation of color #EED4F5: hue angle of 287.27º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EED4F5 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238212245-
CMYK0.030.1300.04
HSL287.27º62.26%89.61%-
HSV(B)287.27º13.47%96.08%-
XYZ75.2871.8696.29-
YUV223.54140.11138.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.24%
GREEN value IS 212 (83.20% from 255) = 30.50%
BLUE value IS 245 (96.09% from 255) = 35.25%
R=34.24%
G=30.50%
B=35.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382122450.030.1300.04287.2762.2689.61
HexEED4F53D0411f3e5a
Octal3563243653150443776132
Binary11101110110101001111010111110101001000111111111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED4F5; }

 p { color: rgb(238,212,245); }

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

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

 a { background-color: rgb(238,212,245); }

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

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

 span { border-color: rgb(238,212,245); }

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