Html Css Color HEX #E6CBF6 Blue Chalk

📋 copy color: '#E6CBF6'

red 230 ◦ green 203 ◦ blue 246

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

Shades of Blue Chalk #E6CBF6

Tints of Blue Chalk #E6CBF6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.9%

 BLUE value IS 246 (96.48% from 255) = 36.23%

R = 33.87%
G = 29.9%
B = 36.23%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E6CBF6 (or 0xE6CBF6) is known color: Blue Chalk. HEX triplet: E6, CB and F6. RGB value is (230,203,246). Sum of RGB (Red+Green+Blue) = 230+203+246=679 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.87% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 246 (96.48% from 255 or 36.23% from 679); Max value from RGB is 246 - color contains mainly: blue. Hex color #E6CBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBF6 is #193409. Grayscale: #D7D7D7. Windows color (decimal): -1651722 or 16174054. OLE color: 16174054.

HSL color Cylindrical-coordinate representation of color #E6CBF6: hue angle of 277.67º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6CBF6 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 230 203 246 -
CMYK 0.07 0.17 0 0.04
HSL 277.67º 0.7% 0.88% -
HSV(B) 277.67º 0.17% 0.96% -
XYZ 70.62 66.19 96.24 -
YUV 215.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 230 203 246 0.07 0.17 0 0.04 277.67 0.7 0.88
Hex E6 CB F6 7 11 0 4 116 46 58
Octal 346 313 366 7 21 0 4 426 106 130
Binary 11100110 11001011 11110110 111 10001 0 100 100010110 1000110 1011000

Color Harmonies of #E6CBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CBF6

Black with #E6CBF6

Text Example


Text Example

White with #E6CBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CBF6; }

 p { color: rgb(230,203,246); }

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

background-color css

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

 a { background-color: rgb(230,203,246); }

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

border-color css

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

 span { border-color: rgb(230,203,246); }

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