#E6CDF2

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

Shades of Blue Chalk #E6CDF2

Tints of Blue Chalk #E6CDF2

Color information

#E6CDF2 (or 0xE6CDF2) is unknown color: approx Blue Chalk. HEX triplet: E6, CD and F2. RGB value is (230,205,242). Sum of RGB (Red+Green+Blue) = 230+205+242=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6CDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CDF2 is #19320D. Grayscale: #D8D8D8. Windows color (decimal): -1651214 or 15912422. OLE color: 15912422.

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

Color convert

RGB230205242-
CMYK0.050.1500.05
HSL280.54º58.73%87.65%-
HSV(B)280.54º15.29%94.9%-
XYZ70.4966.993.2-
YUV216.69142.28137.49-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.97%
GREEN value IS 205 (80.47% from 255) = 30.28%
BLUE value IS 242 (94.92% from 255) = 35.75%
R=33.97%
G=30.28%
B=35.75%

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
Decimal2302052420.050.1500.05280.5458.7387.65
HexE6CDF25F051193b58
Octal3463153625170543173130
Binary111001101100110111110010101111101011000110011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CDF2; }

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

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

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

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

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

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

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

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