Html Css Color HEX #E6CBFF Blue Chalk

📋 copy color: '#E6CBFF'

red 230 ◦ green 203 ◦ blue 255

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

Shades of Blue Chalk #E6CBFF

Tints of Blue Chalk #E6CBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.06%

R = 33.43%
G = 29.51%
B = 37.06%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E6CBFF (or 0xE6CBFF) is known color: Blue Chalk. HEX triplet: E6, CB and FF. RGB value is (230,203,255). Sum of RGB (Red+Green+Blue) = 230+203+255=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 203 (79.69% from 255 or 29.51% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6CBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBFF is #193400. Grayscale: #D8D8D8. Windows color (decimal): -1651713 or 16763878. OLE color: 16763878.

HSL color Cylindrical-coordinate representation of color #E6CBFF: hue angle of 271.15º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6CBFF is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 203 255 -
CMYK 0.10 0.20 0 0
HSL 271.15º 1% 0.9% -
HSV(B) 271.15º 0.2% 1% -
XYZ 72.04 66.75 103.7 -
YUV 217 149.45 137.27 -
System Red Green Blue C M Y K H S L
Decimal 230 203 255 0.10 0.20 0 0 271.15 1 0.9
Hex E6 CB FF A 14 0 0 10F 64 5A
Octal 346 313 377 12 24 0 0 417 144 132
Binary 11100110 11001011 11111111 1010 10100 0 0 100001111 1100100 1011010

Color Harmonies of #E6CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CBFF

Black with #E6CBFF

Text Example


Text Example

White with #E6CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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