Html Css Color HEX #EED4FD Blue Chalk

📋 copy color: '#EED4FD'

red 238 ◦ green 212 ◦ blue 253

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

Shades of Blue Chalk #EED4FD

Tints of Blue Chalk #EED4FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.99%

R = 33.85%
G = 30.16%
B = 35.99%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EED4FD (or 0xEED4FD) is known color: Blue Chalk. HEX triplet: EE, D4 and FD. RGB value is (238,212,253). Sum of RGB (Red+Green+Blue) = 238+212+253=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 212 (83.20% from 255 or 30.16% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #EED4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED4FD is #112B02. Grayscale: #E0E0E0. Windows color (decimal): -1125123 or 16635118. OLE color: 16635118.

HSL color Cylindrical-coordinate representation of color #EED4FD: hue angle of 278.05º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EED4FD is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 212 253 -
CMYK 0.06 0.16 0 0.01
HSL 278.05º 0.91% 0.91% -
HSV(B) 278.05º 0.16% 0.99% -
XYZ 76.53 72.36 102.86 -
YUV 224.45 144.11 137.67 -
System Red Green Blue C M Y K H S L
Decimal 238 212 253 0.06 0.16 0 0.01 278.05 0.91 0.91
Hex EE D4 FD 6 10 0 1 116 5B 5B
Octal 356 324 375 6 20 0 1 426 133 133
Binary 11101110 11010100 11111101 110 10000 0 1 100010110 1011011 1011011

Color Harmonies of #EED4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED4FD

Black with #EED4FD

Text Example


Text Example

White with #EED4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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