Html Css Color HEX #E6CCFD Blue Chalk

📋 copy color: '#E6CCFD'

red 230 ◦ green 204 ◦ blue 253

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

Shades of Blue Chalk #E6CCFD

Tints of Blue Chalk #E6CCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.83%

R = 33.48%
G = 29.69%
B = 36.83%

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

#E6CCFD (or 0xE6CCFD) is known color: Blue Chalk. HEX triplet: E6, CC and FD. RGB value is (230,204,253). Sum of RGB (Red+Green+Blue) = 230+204+253=687 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.48% from 687); Green value is 204 (80.08% from 255 or 29.69% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6CCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CCFD is #193302. Grayscale: #D9D9D9. Windows color (decimal): -1651459 or 16633062. OLE color: 16633062.

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

Color convert

RGB 230 204 253 -
CMYK 0.09 0.19 0 0.01
HSL 271.84º 0.92% 0.9% -
HSV(B) 271.84º 0.19% 0.99% -
XYZ 71.96 67.1 102.09 -
YUV 217.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 230 204 253 0.09 0.19 0 0.01 271.84 0.92 0.9
Hex E6 CC FD 9 13 0 1 110 5C 5A
Octal 346 314 375 11 23 0 1 420 134 132
Binary 11100110 11001100 11111101 1001 10011 0 1 100010000 1011100 1011010

Color Harmonies of #E6CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CCFD

Black with #E6CCFD

Text Example


Text Example

White with #E6CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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