Html Css Color HEX #E6CBFC Blue Chalk

📋 copy color: '#E6CBFC'

red 230 ◦ green 203 ◦ blue 252

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

Shades of Blue Chalk #E6CBFC

Tints of Blue Chalk #E6CBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.79%

R = 33.58%
G = 29.64%
B = 36.79%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E6CBFC (or 0xE6CBFC) is known color: Blue Chalk. HEX triplet: E6, CB and FC. RGB value is (230,203,252). Sum of RGB (Red+Green+Blue) = 230+203+252=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6CBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBFC is #193403. Grayscale: #D8D8D8. Windows color (decimal): -1651716 or 16567270. OLE color: 16567270.

HSL color Cylindrical-coordinate representation of color #E6CBFC: hue angle of 273.06º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6CBFC is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 203 252 -
CMYK 0.09 0.19 0 0.01
HSL 273.06º 0.89% 0.89% -
HSV(B) 273.06º 0.19% 0.99% -
XYZ 71.56 66.56 101.17 -
YUV 216.66 147.95 137.52 -
System Red Green Blue C M Y K H S L
Decimal 230 203 252 0.09 0.19 0 0.01 273.06 0.89 0.89
Hex E6 CB FC 9 13 0 1 111 59 59
Octal 346 313 374 11 23 0 1 421 131 131
Binary 11100110 11001011 11111100 1001 10011 0 1 100010001 1011001 1011001

Color Harmonies of #E6CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CBFC

Black with #E6CBFC

Text Example


Text Example

White with #E6CBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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