Html Css Color HEX #E6CAFB Blue Chalk

📋 copy color: '#E6CAFB'

red 230 ◦ green 202 ◦ blue 251

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

Shades of Blue Chalk #E6CAFB

Tints of Blue Chalk #E6CAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.75%

R = 33.67%
G = 29.58%
B = 36.75%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6CAFB (or 0xE6CAFB) is known color: Blue Chalk. HEX triplet: E6, CA and FB. RGB value is (230,202,251). Sum of RGB (Red+Green+Blue) = 230+202+251=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 202 (79.30% from 255 or 29.58% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6CAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CAFB is #193504. Grayscale: #D7D7D7. Windows color (decimal): -1651973 or 16501478. OLE color: 16501478.

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

Color convert

RGB 230 202 251 -
CMYK 0.08 0.20 0 0.02
HSL 274.29º 0.86% 0.89% -
HSV(B) 274.29º 0.2% 0.98% -
XYZ 71.17 66.03 100.26 -
YUV 215.96 147.78 138.02 -
System Red Green Blue C M Y K H S L
Decimal 230 202 251 0.08 0.20 0 0.02 274.29 0.86 0.89
Hex E6 CA FB 8 14 0 2 112 56 59
Octal 346 312 373 10 24 0 2 422 126 131
Binary 11100110 11001010 11111011 1000 10100 0 10 100010010 1010110 1011001

Color Harmonies of #E6CAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CAFB

Black with #E6CAFB

Text Example


Text Example

White with #E6CAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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