Html Css Color HEX #EDD7FE Blue Chalk

📋 copy color: '#EDD7FE'

red 237 ◦ green 215 ◦ blue 254

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

Shades of Blue Chalk #EDD7FE

Tints of Blue Chalk #EDD7FE

RGB

 RED value IS 237 (92.97% from 255) = 33.57%

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

 BLUE value IS 254 (99.61% from 255) = 35.98%

R = 33.57%
G = 30.45%
B = 35.98%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDD7FE (or 0xEDD7FE) is known color: Blue Chalk. HEX triplet: ED, D7 and FE. RGB value is (237,215,254). Sum of RGB (Red+Green+Blue) = 237+215+254=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 215 (84.38% from 255 or 30.45% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDD7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7FE is #122801. Grayscale: #E1E1E1. Windows color (decimal): -1189890 or 16701421. OLE color: 16701421.

HSL color Cylindrical-coordinate representation of color #EDD7FE: hue angle of 273.85º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDD7FE is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 215 254 -
CMYK 0.07 0.15 0 0.00
HSL 273.85º 0.95% 0.92% -
HSV(B) 273.85º 0.15% 1% -
XYZ 77.11 73.76 103.94 -
YUV 226.02 143.79 135.83 -
System Red Green Blue C M Y K H S L
Decimal 237 215 254 0.07 0.15 0 0.00 273.85 0.95 0.92
Hex ED D7 FE 7 F 0 0 112 5F 5C
Octal 355 327 376 7 17 0 0 422 137 134
Binary 11101101 11010111 11111110 111 1111 0 0 100010010 1011111 1011100

Color Harmonies of #EDD7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD7FE

Black with #EDD7FE

Text Example


Text Example

White with #EDD7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD7FE; }

 p { color: rgb(237,215,254); }

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

background-color css

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

 a { background-color: rgb(237,215,254); }

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

border-color css

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

 span { border-color: rgb(237,215,254); }

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