Html Css Color HEX #EDD7F4 Blue Chalk

📋 copy color: '#EDD7F4'

red 237 ◦ green 215 ◦ blue 244

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

Shades of Blue Chalk #EDD7F4

Tints of Blue Chalk #EDD7F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 35.06%

R = 34.05%
G = 30.89%
B = 35.06%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDD7F4 (or 0xEDD7F4) is known color: Blue Chalk. HEX triplet: ED, D7 and F4. RGB value is (237,215,244). Sum of RGB (Red+Green+Blue) = 237+215+244=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 215 (84.38% from 255 or 30.89% from 696); Blue value is 244 (95.70% from 255 or 35.06% from 696); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDD7F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7F4 is #12280B. Grayscale: #E0E0E0. Windows color (decimal): -1189900 or 16046061. OLE color: 16046061.

HSL color Cylindrical-coordinate representation of color #EDD7F4: hue angle of 285.52º degrees, saturation: 0.57, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD7F4 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 215 244 -
CMYK 0.03 0.12 0 0.04
HSL 285.52º 0.57% 0.9% -
HSV(B) 285.52º 0.12% 0.96% -
XYZ 75.55 73.14 95.72 -
YUV 224.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 237 215 244 0.03 0.12 0 0.04 285.52 0.57 0.9
Hex ED D7 F4 3 C 0 4 11E 39 5A
Octal 355 327 364 3 14 0 4 436 71 132
Binary 11101101 11010111 11110100 11 1100 0 100 100011110 111001 1011010

Color Harmonies of #EDD7F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD7F4

Black with #EDD7F4

Text Example


Text Example

White with #EDD7F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD7F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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