#EECBFD

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

Shades of Blue Chalk #EECBFD

Tints of Blue Chalk #EECBFD

Color information

#EECBFD (or 0xEECBFD) is unknown color: approx Blue Chalk. HEX triplet: EE, CB and FD. RGB value is (238,203,253). Sum of RGB (Red+Green+Blue) = 238+203+253=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 203 (79.69% from 255 or 29.25% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #EECBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBFD is #113402. Grayscale: #DBDBDB. Windows color (decimal): -1127427 or 16632814. OLE color: 16632814.

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

Color convert

RGB238203253-
CMYK0.060.2000.01
HSL282º92.59%89.41%-
HSV(B)282º19.76%99.22%-
XYZ74.3567.98102.13-
YUV219.16147.1141.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.29%
GREEN value IS 203 (79.69% from 255) = 29.25%
BLUE value IS 253 (99.22% from 255) = 36.46%
R=34.29%
G=29.25%
B=36.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382032530.060.2000.0128292.5989.41
HexEECBFD6140111a5d59
Octal35631337562401432135131
Binary111011101100101111111101110101000110001101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBFD; }

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

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

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

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

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

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

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

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