#E0CFEB

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

Shades of Blue Chalk #E0CFEB

Tints of Blue Chalk #E0CFEB

Color information

#E0CFEB (or 0xE0CFEB) is unknown color: approx Blue Chalk. HEX triplet: E0, CF and EB. RGB value is (224,207,235). Sum of RGB (Red+Green+Blue) = 224+207+235=666 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.63% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CFEB is #1F3014. Grayscale: #D7D7D7. Windows color (decimal): -2043925 or 15454176. OLE color: 15454176.

HSL color Cylindrical-coordinate representation of color #E0CFEB: hue angle of 276.43º 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 #E0CFEB is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224207235-
CMYK0.050.1200.08
HSL276.43º41.18%86.67%-
HSV(B)276.43º11.91%92.16%-
XYZ68.0566.4787.84-
YUV215.27139.13134.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.63%
GREEN value IS 207 (81.25% from 255) = 31.08%
BLUE value IS 235 (92.19% from 255) = 35.29%
R=33.63%
G=31.08%
B=35.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242072350.050.1200.08276.4341.1886.67
HexE0CFEB5C081142957
Octal34031735351401042451127
Binary1110000011001111111010111011100010001000101001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFEB; }

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

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

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

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

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

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

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

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