Html Css Color HEX #E7CFFC Blue Chalk

📋 copy color: '#E7CFFC'

red 231 ◦ green 207 ◦ blue 252

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

Shades of Blue Chalk #E7CFFC

Tints of Blue Chalk #E7CFFC

RGB

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

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

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

R = 33.48%
G = 30%
B = 36.52%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E7CFFC (or 0xE7CFFC) is known color: Blue Chalk. HEX triplet: E7, CF and FC. RGB value is (231,207,252). Sum of RGB (Red+Green+Blue) = 231+207+252=690 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.48% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7CFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CFFC is #183003. Grayscale: #DBDBDB. Windows color (decimal): -1585156 or 16568295. OLE color: 16568295.

HSL color Cylindrical-coordinate representation of color #E7CFFC: hue angle of 272º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7CFFC is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 207 252 -
CMYK 0.08 0.18 0 0.01
HSL 272º 0.88% 0.9% -
HSV(B) 272º 0.18% 0.99% -
XYZ 72.84 68.64 101.51 -
YUV 219.31 146.45 136.34 -
System Red Green Blue C M Y K H S L
Decimal 231 207 252 0.08 0.18 0 0.01 272 0.88 0.9
Hex E7 CF FC 8 12 0 1 110 58 5A
Octal 347 317 374 10 22 0 1 420 130 132
Binary 11100111 11001111 11111100 1000 10010 0 1 100010000 1011000 1011010

Color Harmonies of #E7CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CFFC

Black with #E7CFFC

Text Example


Text Example

White with #E7CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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