#E6CDF9

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

Shades of Blue Chalk #E6CDF9

Tints of Blue Chalk #E6CDF9

Color information

#E6CDF9 (or 0xE6CDF9) is unknown color: approx Blue Chalk. HEX triplet: E6, CD and F9. RGB value is (230,205,249). Sum of RGB (Red+Green+Blue) = 230+205+249=684 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.63% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6CDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CDF9 is #193206. Grayscale: #D9D9D9. Windows color (decimal): -1651207 or 16371174. OLE color: 16371174.

HSL color Cylindrical-coordinate representation of color #E6CDF9: hue angle of 274.09º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6CDF9 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230205249-
CMYK0.080.1800.02
HSL274.09º78.57%89.02%-
HSV(B)274.09º17.67%97.65%-
XYZ71.5667.3398.85-
YUV217.49145.78136.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.63%
GREEN value IS 205 (80.47% from 255) = 29.97%
BLUE value IS 249 (97.66% from 255) = 36.40%
R=33.63%
G=29.97%
B=36.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302052490.080.1800.02274.0978.5789.02
HexE6CDF9812021124f59
Octal346315371102202422117131
Binary11100110110011011111100110001001001010001001010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CDF9; }

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

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

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

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

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

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

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

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