Html Css Color HEX #E3D2F2 Blue Chalk

📋 copy color: '#E3D2F2'

red 227 ◦ green 210 ◦ blue 242

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

Shades of Blue Chalk #E3D2F2

Tints of Blue Chalk #E3D2F2

RGB

 RED value IS 227 (89.06% from 255) = 33.43%

 GREEN value IS 210 (82.42% from 255) = 30.93%

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

R = 33.43%
G = 30.93%
B = 35.64%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E3D2F2 (or 0xE3D2F2) is known color: Blue Chalk. HEX triplet: E3, D2 and F2. RGB value is (227,210,242). Sum of RGB (Red+Green+Blue) = 227+210+242=679 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.43% from 679); Green value is 210 (82.42% from 255 or 30.93% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3D2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D2F2 is #1C2D0D. Grayscale: #DADADA. Windows color (decimal): -1846542 or 15913699. OLE color: 15913699.

HSL color Cylindrical-coordinate representation of color #E3D2F2: hue angle of 271.88º degrees, saturation: 0.55, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E3D2F2 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 227 210 242 -
CMYK 0.06 0.13 0 0.05
HSL 271.88º 0.55% 0.89% -
HSV(B) 271.88º 0.13% 0.95% -
XYZ 70.75 68.83 93.56 -
YUV 218.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 227 210 242 0.06 0.13 0 0.05 271.88 0.55 0.89
Hex E3 D2 F2 6 D 0 5 110 37 59
Octal 343 322 362 6 15 0 5 420 67 131
Binary 11100011 11010010 11110010 110 1101 0 101 100010000 110111 1011001

Color Harmonies of #E3D2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D2F2

Black with #E3D2F2

Text Example


Text Example

White with #E3D2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D2F2; }

 p { color: rgb(227,210,242); }

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

background-color css

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

 a { background-color: rgb(227,210,242); }

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

border-color css

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

 span { border-color: rgb(227,210,242); }

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