Html Css Color HEX #E7CBFC Blue Chalk

📋 copy color: '#E7CBFC'

red 231 ◦ green 203 ◦ blue 252

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

Shades of Blue Chalk #E7CBFC

Tints of Blue Chalk #E7CBFC

RGB

 RED value IS 231 (90.63% from 255) = 33.67%

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

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

R = 33.67%
G = 29.59%
B = 36.73%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E7CBFC (or 0xE7CBFC) is known color: Blue Chalk. HEX triplet: E7, CB and FC. RGB value is (231,203,252). Sum of RGB (Red+Green+Blue) = 231+203+252=686 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.67% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7CBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CBFC is #183403. Grayscale: #D8D8D8. Windows color (decimal): -1586180 or 16567271. OLE color: 16567271.

HSL color Cylindrical-coordinate representation of color #E7CBFC: hue angle of 274.29º 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 #E7CBFC is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 203 252 -
CMYK 0.08 0.19 0 0.01
HSL 274.29º 0.89% 0.89% -
HSV(B) 274.29º 0.19% 0.99% -
XYZ 71.88 66.73 101.19 -
YUV 216.96 147.78 138.02 -
System Red Green Blue C M Y K H S L
Decimal 231 203 252 0.08 0.19 0 0.01 274.29 0.89 0.89
Hex E7 CB FC 8 13 0 1 112 59 59
Octal 347 313 374 10 23 0 1 422 131 131
Binary 11100111 11001011 11111100 1000 10011 0 1 100010010 1011001 1011001

Color Harmonies of #E7CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CBFC

Black with #E7CBFC

Text Example


Text Example

White with #E7CBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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