Html Css Color HEX #EED4FB Blue Chalk

📋 copy color: '#EED4FB'

red 238 ◦ green 212 ◦ blue 251

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

Shades of Blue Chalk #EED4FB

Tints of Blue Chalk #EED4FB

RGB

 RED value IS 238 (93.36% from 255) = 33.95%

 GREEN value IS 212 (83.2% from 255) = 30.24%

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

R = 33.95%
G = 30.24%
B = 35.81%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EED4FB (or 0xEED4FB) is known color: Blue Chalk. HEX triplet: EE, D4 and FB. RGB value is (238,212,251). Sum of RGB (Red+Green+Blue) = 238+212+251=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 212 (83.20% from 255 or 30.24% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #EED4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED4FB is #112B04. Grayscale: #E0E0E0. Windows color (decimal): -1125125 or 16504046. OLE color: 16504046.

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

Color convert

RGB 238 212 251 -
CMYK 0.05 0.16 0 0.02
HSL 280º 0.83% 0.91% -
HSV(B) 280º 0.16% 0.98% -
XYZ 76.22 72.23 101.19 -
YUV 224.22 143.11 137.83 -
System Red Green Blue C M Y K H S L
Decimal 238 212 251 0.05 0.16 0 0.02 280 0.83 0.91
Hex EE D4 FB 5 10 0 2 118 53 5B
Octal 356 324 373 5 20 0 2 430 123 133
Binary 11101110 11010100 11111011 101 10000 0 10 100011000 1010011 1011011

Color Harmonies of #EED4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED4FB

Black with #EED4FB

Text Example


Text Example

White with #EED4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED4FB; }

 p { color: rgb(238,212,251); }

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

background-color css

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

 a { background-color: rgb(238,212,251); }

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

border-color css

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

 span { border-color: rgb(238,212,251); }

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