Html Css Color HEX #E7CEFA Blue Chalk

📋 copy color: '#E7CEFA'

red 231 ◦ green 206 ◦ blue 250

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

Shades of Blue Chalk #E7CEFA

Tints of Blue Chalk #E7CEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.99%

 BLUE value IS 250 (98.05% from 255) = 36.39%

R = 33.62%
G = 29.99%
B = 36.39%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E7CEFA (or 0xE7CEFA) is known color: Blue Chalk. HEX triplet: E7, CE and FA. RGB value is (231,206,250). Sum of RGB (Red+Green+Blue) = 231+206+250=687 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.62% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7CEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CEFA is #183105. Grayscale: #DADADA. Windows color (decimal): -1585414 or 16436967. OLE color: 16436967.

HSL color Cylindrical-coordinate representation of color #E7CEFA: hue angle of 274.09º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7CEFA is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 206 250 -
CMYK 0.08 0.18 0 0.02
HSL 274.09º 0.81% 0.89% -
HSV(B) 274.09º 0.18% 0.98% -
XYZ 72.28 68.03 99.76 -
YUV 218.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 231 206 250 0.08 0.18 0 0.02 274.09 0.81 0.89
Hex E7 CE FA 8 12 0 2 112 51 59
Octal 347 316 372 10 22 0 2 422 121 131
Binary 11100111 11001110 11111010 1000 10010 0 10 100010010 1010001 1011001

Color Harmonies of #E7CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CEFA

Black with #E7CEFA

Text Example


Text Example

White with #E7CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CEFA; }

 p { color: rgb(231,206,250); }

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

background-color css

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

 a { background-color: rgb(231,206,250); }

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

border-color css

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

 span { border-color: rgb(231,206,250); }

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