Html Css Color HEX #EDD7FC Blue Chalk

📋 copy color: '#EDD7FC'

red 237 ◦ green 215 ◦ blue 252

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

Shades of Blue Chalk #EDD7FC

Tints of Blue Chalk #EDD7FC

RGB

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

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

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

R = 33.66%
G = 30.54%
B = 35.8%

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

#EDD7FC (or 0xEDD7FC) is known color: Blue Chalk. HEX triplet: ED, D7 and FC. RGB value is (237,215,252). Sum of RGB (Red+Green+Blue) = 237+215+252=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 215 (84.38% from 255 or 30.54% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDD7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7FC is #122803. Grayscale: #E1E1E1. Windows color (decimal): -1189892 or 16570349. OLE color: 16570349.

HSL color Cylindrical-coordinate representation of color #EDD7FC: hue angle of 275.68º 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 #EDD7FC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 215 252 -
CMYK 0.06 0.15 0 0.01
HSL 275.68º 0.86% 0.92% -
HSV(B) 275.68º 0.15% 0.99% -
XYZ 76.8 73.63 102.26 -
YUV 225.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 237 215 252 0.06 0.15 0 0.01 275.68 0.86 0.92
Hex ED D7 FC 6 F 0 1 114 56 5C
Octal 355 327 374 6 17 0 1 424 126 134
Binary 11101101 11010111 11111100 110 1111 0 1 100010100 1010110 1011100

Color Harmonies of #EDD7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD7FC

Black with #EDD7FC

Text Example


Text Example

White with #EDD7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD7FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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