Html Css Color HEX #E2CCF2 Blue Chalk

📋 copy color: '#E2CCF2'

red 226 ◦ green 204 ◦ blue 242

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

Shades of Blue Chalk #E2CCF2

Tints of Blue Chalk #E2CCF2

RGB

 RED value IS 226 (88.67% from 255) = 33.63%

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

 BLUE value IS 242 (94.92% from 255) = 36.01%

R = 33.63%
G = 30.36%
B = 36.01%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E2CCF2 (or 0xE2CCF2) is known color: Blue Chalk. HEX triplet: E2, CC and F2. RGB value is (226,204,242). Sum of RGB (Red+Green+Blue) = 226+204+242=672 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.63% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2CCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCF2 is #1D330D. Grayscale: #D6D6D6. Windows color (decimal): -1913614 or 15912162. OLE color: 15912162.

HSL color Cylindrical-coordinate representation of color #E2CCF2: hue angle of 274.74º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2CCF2 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 204 242 -
CMYK 0.07 0.16 0 0.05
HSL 274.74º 0.59% 0.87% -
HSV(B) 274.74º 0.16% 0.95% -
XYZ 68.98 65.77 93.06 -
YUV 214.91 143.29 135.91 -
System Red Green Blue C M Y K H S L
Decimal 226 204 242 0.07 0.16 0 0.05 274.74 0.59 0.87
Hex E2 CC F2 7 10 0 5 113 3B 57
Octal 342 314 362 7 20 0 5 423 73 127
Binary 11100010 11001100 11110010 111 10000 0 101 100010011 111011 1010111

Color Harmonies of #E2CCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CCF2

Black with #E2CCF2

Text Example


Text Example

White with #E2CCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CCF2; }

 p { color: rgb(226,204,242); }

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

background-color css

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

 a { background-color: rgb(226,204,242); }

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

border-color css

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

 span { border-color: rgb(226,204,242); }

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