#E6CFF3

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

Shades of Blue Chalk #E6CFF3

Tints of Blue Chalk #E6CFF3

Color information

#E6CFF3 (or 0xE6CFF3) is unknown color: approx Blue Chalk. HEX triplet: E6, CF and F3. RGB value is (230,207,243). Sum of RGB (Red+Green+Blue) = 230+207+243=680 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.82% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 243 - color contains mainly: blue. Hex color #E6CFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CFF3 is #19300C. Grayscale: #D9D9D9. Windows color (decimal): -1650701 or 15978470. OLE color: 15978470.

HSL color Cylindrical-coordinate representation of color #E6CFF3: hue angle of 278.33º degrees, saturation: 0.6, 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 #E6CFF3 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230207243-
CMYK0.050.1500.05
HSL278.33º60%88.24%-
HSV(B)278.33º14.81%95.29%-
XYZ71.1267.9294.16-
YUV217.98142.12136.57-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.82%
GREEN value IS 207 (81.25% from 255) = 30.44%
BLUE value IS 243 (95.31% from 255) = 35.74%
R=33.82%
G=30.44%
B=35.74%

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
Decimal2302072430.050.1500.05278.336088.24
HexE6CFF35F051163c58
Octal3463173635170542674130
Binary111001101100111111110011101111101011000101101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CFF3; }

 p { color: rgb(230,207,243); }

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

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

 a { background-color: rgb(230,207,243); }

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

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

 span { border-color: rgb(230,207,243); }

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