Html Css Color HEX #E6CFFA Blue Chalk

📋 copy color: '#E6CFFA'

red 230 ◦ green 207 ◦ blue 250

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

Shades of Blue Chalk #E6CFFA

Tints of Blue Chalk #E6CFFA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.13%

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

R = 33.48%
G = 30.13%
B = 36.39%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6CFFA (or 0xE6CFFA) is known color: Blue Chalk. HEX triplet: E6, CF and FA. RGB value is (230,207,250). Sum of RGB (Red+Green+Blue) = 230+207+250=687 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.48% from 687); Green value is 207 (81.25% from 255 or 30.13% 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 #E6CFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CFFA is #193005. Grayscale: #DADADA. Windows color (decimal): -1650694 or 16437222. OLE color: 16437222.

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

Color convert

RGB 230 207 250 -
CMYK 0.08 0.17 0 0.02
HSL 272.09º 0.81% 0.9% -
HSV(B) 272.09º 0.17% 0.98% -
XYZ 72.2 68.35 99.83 -
YUV 218.78 145.62 136 -
System Red Green Blue C M Y K H S L
Decimal 230 207 250 0.08 0.17 0 0.02 272.09 0.81 0.9
Hex E6 CF FA 8 11 0 2 110 51 5A
Octal 346 317 372 10 21 0 2 420 121 132
Binary 11100110 11001111 11111010 1000 10001 0 10 100010000 1010001 1011010

Color Harmonies of #E6CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CFFA

Black with #E6CFFA

Text Example


Text Example

White with #E6CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CFFA; }

 p { color: rgb(230,207,250); }

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

background-color css

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

 a { background-color: rgb(230,207,250); }

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

border-color css

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

 span { border-color: rgb(230,207,250); }

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