Html Css Color HEX #EAD6F2 Blue Chalk

📋 copy color: '#EAD6F2'

red 234 ◦ green 214 ◦ blue 242

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

Shades of Blue Chalk #EAD6F2

Tints of Blue Chalk #EAD6F2

RGB

 RED value IS 234 (91.8% from 255) = 33.91%

 GREEN value IS 214 (83.98% from 255) = 31.01%

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

R = 33.91%
G = 31.01%
B = 35.07%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EAD6F2 (or 0xEAD6F2) is known color: Blue Chalk. HEX triplet: EA, D6 and F2. RGB value is (234,214,242). Sum of RGB (Red+Green+Blue) = 234+214+242=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAD6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD6F2 is #15290D. Grayscale: #DFDFDF. Windows color (decimal): -1386766 or 15914730. OLE color: 15914730.

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

Color convert

RGB 234 214 242 -
CMYK 0.03 0.12 0 0.05
HSL 282.86º 0.52% 0.89% -
HSV(B) 282.86º 0.12% 0.95% -
XYZ 74.01 72 94 -
YUV 223.17 138.63 135.72 -
System Red Green Blue C M Y K H S L
Decimal 234 214 242 0.03 0.12 0 0.05 282.86 0.52 0.89
Hex EA D6 F2 3 C 0 5 11B 34 59
Octal 352 326 362 3 14 0 5 433 64 131
Binary 11101010 11010110 11110010 11 1100 0 101 100011011 110100 1011001

Color Harmonies of #EAD6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD6F2

Black with #EAD6F2

Text Example


Text Example

White with #EAD6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD6F2; }

 p { color: rgb(234,214,242); }

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

background-color css

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

 a { background-color: rgb(234,214,242); }

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

border-color css

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

 span { border-color: rgb(234,214,242); }

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