Html Css Color HEX #E6CCFC Blue Chalk

📋 copy color: '#E6CCFC'

red 230 ◦ green 204 ◦ blue 252

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

Shades of Blue Chalk #E6CCFC

Tints of Blue Chalk #E6CCFC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.74%

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

R = 33.53%
G = 29.74%
B = 36.73%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E6CCFC (or 0xE6CCFC) is known color: Blue Chalk. HEX triplet: E6, CC and FC. RGB value is (230,204,252). Sum of RGB (Red+Green+Blue) = 230+204+252=686 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.53% from 686); Green value is 204 (80.08% from 255 or 29.74% 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 #E6CCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CCFC is #193303. Grayscale: #D9D9D9. Windows color (decimal): -1651460 or 16567526. OLE color: 16567526.

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

Color convert

RGB 230 204 252 -
CMYK 0.09 0.19 0 0.01
HSL 272.5º 0.89% 0.89% -
HSV(B) 272.5º 0.19% 0.99% -
XYZ 71.8 67.04 101.25 -
YUV 217.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 230 204 252 0.09 0.19 0 0.01 272.5 0.89 0.89
Hex E6 CC FC 9 13 0 1 110 59 59
Octal 346 314 374 11 23 0 1 420 131 131
Binary 11100110 11001100 11111100 1001 10011 0 1 100010000 1011001 1011001

Color Harmonies of #E6CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CCFC

Black with #E6CCFC

Text Example


Text Example

White with #E6CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CCFC; }

 p { color: rgb(230,204,252); }

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

background-color css

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

 a { background-color: rgb(230,204,252); }

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

border-color css

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

 span { border-color: rgb(230,204,252); }

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