Html Css Color HEX #EAD2FB Blue Chalk

📋 copy color: '#EAD2FB'

red 234 ◦ green 210 ◦ blue 251

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

Shades of Blue Chalk #EAD2FB

Tints of Blue Chalk #EAD2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.12%

R = 33.67%
G = 30.22%
B = 36.12%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAD2FB (or 0xEAD2FB) is known color: Blue Chalk. HEX triplet: EA, D2 and FB. RGB value is (234,210,251). Sum of RGB (Red+Green+Blue) = 234+210+251=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 210 (82.42% from 255 or 30.22% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAD2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD2FB is #152D04. Grayscale: #DDDDDD. Windows color (decimal): -1387781 or 16503530. OLE color: 16503530.

HSL color Cylindrical-coordinate representation of color #EAD2FB: hue angle of 275.12º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAD2FB is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 210 251 -
CMYK 0.07 0.16 0 0.02
HSL 275.12º 0.84% 0.9% -
HSV(B) 275.12º 0.16% 0.98% -
XYZ 74.39 70.55 100.96 -
YUV 221.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 234 210 251 0.07 0.16 0 0.02 275.12 0.84 0.9
Hex EA D2 FB 7 10 0 2 113 54 5A
Octal 352 322 373 7 20 0 2 423 124 132
Binary 11101010 11010010 11111011 111 10000 0 10 100010011 1010100 1011010

Color Harmonies of #EAD2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD2FB

Black with #EAD2FB

Text Example


Text Example

White with #EAD2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD2FB; }

 p { color: rgb(234,210,251); }

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

background-color css

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

 a { background-color: rgb(234,210,251); }

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

border-color css

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

 span { border-color: rgb(234,210,251); }

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