Html Css Color HEX #E6CAFA Blue Chalk

📋 copy color: '#E6CAFA'

red 230 ◦ green 202 ◦ blue 250

#E6CAFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chalk #E6CAFA

Tints of Blue Chalk #E6CAFA

RGB

 RED value IS 230 (90.23% from 255) = 33.72%

 GREEN value IS 202 (79.3% from 255) = 29.62%

 BLUE value IS 250 (98.05% from 255) = 36.66%

R = 33.72%
G = 29.62%
B = 36.66%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6CAFA (or 0xE6CAFA) is known color: Blue Chalk. HEX triplet: E6, CA and FA. RGB value is (230,202,250). Sum of RGB (Red+Green+Blue) = 230+202+250=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 202 (79.30% from 255 or 29.62% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6CAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CAFA is #193505. Grayscale: #D7D7D7. Windows color (decimal): -1651974 or 16435942. OLE color: 16435942.

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

Color convert

RGB 230 202 250 -
CMYK 0.08 0.19 0 0.02
HSL 275º 0.83% 0.89% -
HSV(B) 275º 0.19% 0.98% -
XYZ 71.01 65.97 99.43 -
YUV 215.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 230 202 250 0.08 0.19 0 0.02 275 0.83 0.89
Hex E6 CA FA 8 13 0 2 113 53 59
Octal 346 312 372 10 23 0 2 423 123 131
Binary 11100110 11001010 11111010 1000 10011 0 10 100010011 1010011 1011001

Color Harmonies of #E6CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CAFA

Black with #E6CAFA

Text Example


Text Example

White with #E6CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CAFA; }

 p { color: rgb(230,202,250); }

 H1.HeaderClassName
 {
   color: #E6CAFA;
 }
 .AnyTagClassName
 {
   color: #E6CAFA;
 }
</style>

background-color css

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

 a { background-color: rgb(230,202,250); }

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

border-color css

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

 span { border-color: rgb(230,202,250); }

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