Html Css Color HEX #E7CAFE Blue Chalk

📋 copy color: '#E7CAFE'

red 231 ◦ green 202 ◦ blue 254

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

Shades of Blue Chalk #E7CAFE

Tints of Blue Chalk #E7CAFE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 29.4%

 BLUE value IS 254 (99.61% from 255) = 36.97%

R = 33.62%
G = 29.4%
B = 36.97%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E7CAFE (or 0xE7CAFE) is known color: Blue Chalk. HEX triplet: E7, CA and FE. RGB value is (231,202,254). Sum of RGB (Red+Green+Blue) = 231+202+254=687 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.62% from 687); Green value is 202 (79.30% from 255 or 29.40% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7CAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CAFE is #183501. Grayscale: #D8D8D8. Windows color (decimal): -1586434 or 16698087. OLE color: 16698087.

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

Color convert

RGB 231 202 254 -
CMYK 0.09 0.20 0 0.00
HSL 273.46º 0.96% 0.89% -
HSV(B) 273.46º 0.2% 1% -
XYZ 71.96 66.39 102.79 -
YUV 216.6 149.11 138.27 -
System Red Green Blue C M Y K H S L
Decimal 231 202 254 0.09 0.20 0 0.00 273.46 0.96 0.89
Hex E7 CA FE 9 14 0 0 111 60 59
Octal 347 312 376 11 24 0 0 421 140 131
Binary 11100111 11001010 11111110 1001 10100 0 0 100010001 1100000 1011001

Color Harmonies of #E7CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CAFE

Black with #E7CAFE

Text Example


Text Example

White with #E7CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CAFE; }

 p { color: rgb(231,202,254); }

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

background-color css

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

 a { background-color: rgb(231,202,254); }

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

border-color css

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

 span { border-color: rgb(231,202,254); }

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