#EECDFB

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

Shades of Blue Chalk #EECDFB

Tints of Blue Chalk #EECDFB

Color information

#EECDFB (or 0xEECDFB) is unknown color: approx Blue Chalk. HEX triplet: EE, CD and FB. RGB value is (238,205,251). Sum of RGB (Red+Green+Blue) = 238+205+251=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 205 (80.47% from 255 or 29.54% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #EECDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDFB is #113204. Grayscale: #DBDBDB. Windows color (decimal): -1126917 or 16502254. OLE color: 16502254.

HSL color Cylindrical-coordinate representation of color #EECDFB: hue angle of 283.04º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EECDFB is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238205251-
CMYK0.050.1800.02
HSL283.04º85.19%89.41%-
HSV(B)283.04º18.33%98.43%-
XYZ74.568.8100.62-
YUV220.11145.43140.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.29%
GREEN value IS 205 (80.47% from 255) = 29.54%
BLUE value IS 251 (98.44% from 255) = 36.17%
R=34.29%
G=29.54%
B=36.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382052510.050.1800.02283.0485.1989.41
HexEECDFB5120211b5559
Octal35631537352202433125131
Binary1110111011001101111110111011001001010001101110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDFB; }

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

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

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

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

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

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

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

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