#EECBFF

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

Shades of Blue Chalk #EECBFF

Tints of Blue Chalk #EECBFF

Color information

#EECBFF (or 0xEECBFF) is unknown color: approx Blue Chalk. HEX triplet: EE, CB and FF. RGB value is (238,203,255). Sum of RGB (Red+Green+Blue) = 238+203+255=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 203 (79.69% from 255 or 29.17% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #EECBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBFF is #113400. Grayscale: #DBDBDB. Windows color (decimal): -1127425 or 16763886. OLE color: 16763886.

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

Color convert

RGB238203255-
CMYK0.070.2000
HSL280.38º100%89.8%-
HSV(B)280.38º20.39%100%-
XYZ74.6768.11103.82-
YUV219.39148.1141.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.20%
GREEN value IS 203 (79.69% from 255) = 29.17%
BLUE value IS 255 (100% from 255) = 36.64%
R=34.20%
G=29.17%
B=36.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382032550.070.2000280.3810089.8
HexEECBFF71400118645a
Octal35631337772400430144132
Binary111011101100101111111111111101000010001100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBFF; }

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

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

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

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

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

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

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

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