#EEDBFD

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

Shades of Blue Chalk #EEDBFD

Tints of Blue Chalk #EEDBFD

Color information

#EEDBFD (or 0xEEDBFD) is unknown color: approx Blue Chalk. HEX triplet: EE, DB and FD. RGB value is (238,219,253). Sum of RGB (Red+Green+Blue) = 238+219+253=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 219 (85.94% from 255 or 30.85% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEDBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBFD is #112402. Grayscale: #E4E4E4. Windows color (decimal): -1123331 or 16636910. OLE color: 16636910.

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

Color convert

RGB238219253-
CMYK0.060.1300.01
HSL273.53º89.47%92.55%-
HSV(B)273.53º13.44%99.22%-
XYZ78.3275.93103.46-
YUV228.56141.79134.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.52%
GREEN value IS 219 (85.94% from 255) = 30.85%
BLUE value IS 253 (99.22% from 255) = 35.63%
R=33.52%
G=30.85%
B=35.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382192530.060.1300.01273.5389.4792.55
HexEEDBFD6D01112595d
Octal35633337561501422131135
Binary11101110110110111111110111011010110001001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBFD; }

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

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

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

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

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

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

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

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