#EED4FF

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

Shades of Blue Chalk #EED4FF

Tints of Blue Chalk #EED4FF

Color information

#EED4FF (or 0xEED4FF) is unknown color: approx Blue Chalk. HEX triplet: EE, D4 and FF. RGB value is (238,212,255). Sum of RGB (Red+Green+Blue) = 238+212+255=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 212 (83.20% from 255 or 30.07% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #EED4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED4FF is #112B00. Grayscale: #E0E0E0. Windows color (decimal): -1125121 or 16766190. OLE color: 16766190.

HSL color Cylindrical-coordinate representation of color #EED4FF: hue angle of 276.28º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EED4FF is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB238212255-
CMYK0.070.1700
HSL276.28º100%91.57%-
HSV(B)276.28º16.86%100%-
XYZ76.8572.48104.55-
YUV224.68145.11137.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.76%
GREEN value IS 212 (83.20% from 255) = 30.07%
BLUE value IS 255 (100% from 255) = 36.17%
R=33.76%
G=30.07%
B=36.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382122550.070.1700276.2810091.57
HexEED4FF71100114645c
Octal35632437772100424144134
Binary111011101101010011111111111100010010001010011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED4FF; }

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

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

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

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

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

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

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

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