#E6CBF7

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

Shades of Blue Chalk #E6CBF7

Tints of Blue Chalk #E6CBF7

Color information

#E6CBF7 (or 0xE6CBF7) is unknown color: approx Blue Chalk. HEX triplet: E6, CB and F7. RGB value is (230,203,247). Sum of RGB (Red+Green+Blue) = 230+203+247=680 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.82% from 680); Green value is 203 (79.69% from 255 or 29.85% from 680); Blue value is 247 (96.88% from 255 or 36.32% from 680); Max value from RGB is 247 - color contains mainly: blue. Hex color #E6CBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBF7 is #193408. Grayscale: #D7D7D7. Windows color (decimal): -1651721 or 16239590. OLE color: 16239590.

HSL color Cylindrical-coordinate representation of color #E6CBF7: hue angle of 276.82º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6CBF7 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB230203247-
CMYK0.070.1800.03
HSL276.82º73.33%88.24%-
HSV(B)276.82º17.81%96.86%-
XYZ70.7866.2597.05-
YUV216.09145.45137.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.82%
GREEN value IS 203 (79.69% from 255) = 29.85%
BLUE value IS 247 (96.88% from 255) = 36.32%
R=33.82%
G=29.85%
B=36.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2302032470.070.1800.03276.8273.3388.24
HexE6CBF7712031154958
Octal34631336772203425111130
Binary1110011011001011111101111111001001110001010110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CBF7; }

 p { color: rgb(230,203,247); }

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

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

 a { background-color: rgb(230,203,247); }

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

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

 span { border-color: rgb(230,203,247); }

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