Html Css Color HEX #E6C6F1 Blue Chalk

📋 copy color: '#E6C6F1'

red 230 ◦ green 198 ◦ blue 241

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

Shades of Blue Chalk #E6C6F1

Tints of Blue Chalk #E6C6F1

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.6%

 BLUE value IS 241 (94.53% from 255) = 36.02%

R = 34.38%
G = 29.6%
B = 36.02%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E6C6F1 (or 0xE6C6F1) is known color: Blue Chalk. HEX triplet: E6, C6 and F1. RGB value is (230,198,241). Sum of RGB (Red+Green+Blue) = 230+198+241=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 198 (77.73% from 255 or 29.60% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6C6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C6F1 is #19390E. Grayscale: #D4D4D4. Windows color (decimal): -1653007 or 15845094. OLE color: 15845094.

HSL color Cylindrical-coordinate representation of color #E6C6F1: hue angle of 284.65º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6C6F1 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 198 241 -
CMYK 0.05 0.18 0 0.05
HSL 284.65º 0.61% 0.86% -
HSV(B) 284.65º 0.18% 0.95% -
XYZ 68.7 63.56 91.87 -
YUV 212.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 230 198 241 0.05 0.18 0 0.05 284.65 0.61 0.86
Hex E6 C6 F1 5 12 0 5 11D 3D 56
Octal 346 306 361 5 22 0 5 435 75 126
Binary 11100110 11000110 11110001 101 10010 0 101 100011101 111101 1010110

Color Harmonies of #E6C6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C6F1

Black with #E6C6F1

Text Example


Text Example

White with #E6C6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C6F1; }

 p { color: rgb(230,198,241); }

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

background-color css

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

 a { background-color: rgb(230,198,241); }

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

border-color css

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

 span { border-color: rgb(230,198,241); }

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