Html Css Color HEX #EED7FC Blue Chalk

📋 copy color: '#EED7FC'

red 238 ◦ green 215 ◦ blue 252

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

Shades of Blue Chalk #EED7FC

Tints of Blue Chalk #EED7FC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 30.5%

 BLUE value IS 252 (98.83% from 255) = 35.74%

R = 33.76%
G = 30.5%
B = 35.74%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EED7FC (or 0xEED7FC) is known color: Blue Chalk. HEX triplet: EE, D7 and FC. RGB value is (238,215,252). Sum of RGB (Red+Green+Blue) = 238+215+252=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 215 (84.38% from 255 or 30.50% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #EED7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED7FC is #112803. Grayscale: #E1E1E1. Windows color (decimal): -1124356 or 16570350. OLE color: 16570350.

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

Color convert

RGB 238 215 252 -
CMYK 0.06 0.15 0 0.01
HSL 277.3º 0.86% 0.92% -
HSV(B) 277.3º 0.15% 0.99% -
XYZ 77.13 73.81 102.28 -
YUV 226.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 238 215 252 0.06 0.15 0 0.01 277.3 0.86 0.92
Hex EE D7 FC 6 F 0 1 115 56 5C
Octal 356 327 374 6 17 0 1 425 126 134
Binary 11101110 11010111 11111100 110 1111 0 1 100010101 1010110 1011100

Color Harmonies of #EED7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED7FC

Black with #EED7FC

Text Example


Text Example

White with #EED7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED7FC; }

 p { color: rgb(238,215,252); }

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

background-color css

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

 a { background-color: rgb(238,215,252); }

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

border-color css

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

 span { border-color: rgb(238,215,252); }

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