Html Css Color HEX #E1CBF2 Blue Chalk

📋 copy color: '#E1CBF2'

red 225 ◦ green 203 ◦ blue 242

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

Shades of Blue Chalk #E1CBF2

Tints of Blue Chalk #E1CBF2

RGB

 RED value IS 225 (88.28% from 255) = 33.58%

 GREEN value IS 203 (79.69% from 255) = 30.3%

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

R = 33.58%
G = 30.3%
B = 36.12%

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

#E1CBF2 (or 0xE1CBF2) is known color: Blue Chalk. HEX triplet: E1, CB and F2. RGB value is (225,203,242). Sum of RGB (Red+Green+Blue) = 225+203+242=670 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.58% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1CBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CBF2 is #1E340D. Grayscale: #D5D5D5. Windows color (decimal): -1979406 or 15911905. OLE color: 15911905.

HSL color Cylindrical-coordinate representation of color #E1CBF2: hue angle of 273.85º degrees, saturation: 0.6, 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 #E1CBF2 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 203 242 -
CMYK 0.07 0.16 0 0.05
HSL 273.85º 0.6% 0.87% -
HSV(B) 273.85º 0.16% 0.95% -
XYZ 68.43 65.13 92.97 -
YUV 214.02 143.79 135.83 -
System Red Green Blue C M Y K H S L
Decimal 225 203 242 0.07 0.16 0 0.05 273.85 0.6 0.87
Hex E1 CB F2 7 10 0 5 112 3C 57
Octal 341 313 362 7 20 0 5 422 74 127
Binary 11100001 11001011 11110010 111 10000 0 101 100010010 111100 1010111

Color Harmonies of #E1CBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CBF2

Black with #E1CBF2

Text Example


Text Example

White with #E1CBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CBF2; }

 p { color: rgb(225,203,242); }

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

background-color css

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

 a { background-color: rgb(225,203,242); }

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

border-color css

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

 span { border-color: rgb(225,203,242); }

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