Html Css Color HEX #E6CBF7 Blue Chalk

📋 copy color: '#E6CBF7'

red 230 ◦ green 203 ◦ blue 247

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

Shades of Blue Chalk #E6CBF7

Tints of Blue Chalk #E6CBF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.32%

R = 33.82%
G = 29.85%
B = 36.32%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E6CBF7 (or 0xE6CBF7) is known color: Blue Chalk. HEX triplet: E6, CB and F7. RGB value is (230,203,247). Sum of RGB (Red+Green+Blue) = 230+203+247=680 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.82% from 680); Green value is 203 (79.69% from 255 or 29.85% from 680); Blue value is 247 (96.88% from 255 or 36.32% from 680); Max value from RGB is 247 - color contains mainly: blue. Hex color #E6CBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBF7 is #193408. Grayscale: #D7D7D7. Windows color (decimal): -1651721 or 16239590. OLE color: 16239590.

HSL color Cylindrical-coordinate representation of color #E6CBF7: hue angle of 276.82º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6CBF7 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 230 203 247 -
CMYK 0.07 0.18 0 0.03
HSL 276.82º 0.73% 0.88% -
HSV(B) 276.82º 0.18% 0.97% -
XYZ 70.78 66.25 97.05 -
YUV 216.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 230 203 247 0.07 0.18 0 0.03 276.82 0.73 0.88
Hex E6 CB F7 7 12 0 3 115 49 58
Octal 346 313 367 7 22 0 3 425 111 130
Binary 11100110 11001011 11110111 111 10010 0 11 100010101 1001001 1011000

Color Harmonies of #E6CBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CBF7

Black with #E6CBF7

Text Example


Text Example

White with #E6CBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CBF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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