#E6CDEE

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

Shades of Blue Chalk #E6CDEE

Tints of Blue Chalk #E6CDEE

Color information

#E6CDEE (or 0xE6CDEE) is unknown color: approx Blue Chalk. HEX triplet: E6, CD and EE. RGB value is (230,205,238). Sum of RGB (Red+Green+Blue) = 230+205+238=673 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.18% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6CDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CDEE is #193211. Grayscale: #D8D8D8. Windows color (decimal): -1651218 or 15650278. OLE color: 15650278.

HSL color Cylindrical-coordinate representation of color #E6CDEE: hue angle of 285.45º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6CDEE is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230205238-
CMYK0.030.1400.07
HSL285.45º49.25%86.86%-
HSV(B)285.45º13.87%93.33%-
XYZ69.966.6690.07-
YUV216.24140.28137.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.18%
GREEN value IS 205 (80.47% from 255) = 30.46%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=34.18%
G=30.46%
B=35.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302052380.030.1400.07285.4549.2586.86
HexE6CDEE3E0711d3157
Octal3463153563160743561127
Binary11100110110011011110111011111001111000111011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CDEE; }

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

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

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

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

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

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

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

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