#E6CEF2

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

Shades of Blue Chalk #E6CEF2

Tints of Blue Chalk #E6CEF2

Color information

#E6CEF2 (or 0xE6CEF2) is unknown color: approx Blue Chalk. HEX triplet: E6, CE and F2. RGB value is (230,206,242). Sum of RGB (Red+Green+Blue) = 230+206+242=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6CEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CEF2 is #19310D. Grayscale: #D9D9D9. Windows color (decimal): -1650958 or 15912678. OLE color: 15912678.

HSL color Cylindrical-coordinate representation of color #E6CEF2: hue angle of 280º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6CEF2 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230206242-
CMYK0.050.1500.05
HSL280º58.06%87.84%-
HSV(B)280º14.88%94.9%-
XYZ70.7367.3893.28-
YUV217.28141.95137.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.92%
GREEN value IS 206 (80.86% from 255) = 30.38%
BLUE value IS 242 (94.92% from 255) = 35.69%
R=33.92%
G=30.38%
B=35.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302062420.050.1500.0528058.0687.84
HexE6CEF25F051183a58
Octal3463163625170543072130
Binary111001101100111011110010101111101011000110001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CEF2; }

 p { color: rgb(230,206,242); }

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

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

 a { background-color: rgb(230,206,242); }

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

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

 span { border-color: rgb(230,206,242); }

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