#E6CDF3

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

Shades of Blue Chalk #E6CDF3

Tints of Blue Chalk #E6CDF3

Color information

#E6CDF3 (or 0xE6CDF3) is unknown color: approx Blue Chalk. HEX triplet: E6, CD and F3. RGB value is (230,205,243). Sum of RGB (Red+Green+Blue) = 230+205+243=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 243 - color contains mainly: blue. Hex color #E6CDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CDF3 is #19320C. Grayscale: #D8D8D8. Windows color (decimal): -1651213 or 15977958. OLE color: 15977958.

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

Color convert

RGB230205243-
CMYK0.050.1600.05
HSL279.47º61.29%87.84%-
HSV(B)279.47º15.64%95.29%-
XYZ70.6466.9693.99-
YUV216.81142.78137.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.92%
GREEN value IS 205 (80.47% from 255) = 30.24%
BLUE value IS 243 (95.31% from 255) = 35.84%
R=33.92%
G=30.24%
B=35.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302052430.050.1600.05279.4761.2987.84
HexE6CDF3510051173d58
Octal3463153635200542775130
Binary1110011011001101111100111011000001011000101111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CDF3; }

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

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

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

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

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

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

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

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