#E4CFEB

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

Shades of Blue Chalk #E4CFEB

Tints of Blue Chalk #E4CFEB

Color information

#E4CFEB (or 0xE4CFEB) is unknown color: approx Blue Chalk. HEX triplet: E4, CF and EB. RGB value is (228,207,235). Sum of RGB (Red+Green+Blue) = 228+207+235=670 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.03% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CFEB is #1B3014. Grayscale: #D8D8D8. Windows color (decimal): -1781781 or 15454180. OLE color: 15454180.

HSL color Cylindrical-coordinate representation of color #E4CFEB: hue angle of 285º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E4CFEB is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228207235-
CMYK0.030.1200.08
HSL285º41.18%86.67%-
HSV(B)285º11.91%92.16%-
XYZ69.367.1287.9-
YUV216.47138.46136.22-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.03%
GREEN value IS 207 (81.25% from 255) = 30.90%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=34.03%
G=30.90%
B=35.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2282072350.030.1200.0828541.1886.67
HexE4CFEB3C0811d2957
Octal34431735331401043551127
Binary111001001100111111101011111100010001000111011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CFEB; }

 p { color: rgb(228,207,235); }

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

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

 a { background-color: rgb(228,207,235); }

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

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

 span { border-color: rgb(228,207,235); }

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