Html Css Color HEX #EDD4F6 Blue Chalk

📋 copy color: '#EDD4F6'

red 237 ◦ green 212 ◦ blue 246

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

Shades of Blue Chalk #EDD4F6

Tints of Blue Chalk #EDD4F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.4%

R = 34.1%
G = 30.5%
B = 35.4%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDD4F6 (or 0xEDD4F6) is known color: Blue Chalk. HEX triplet: ED, D4 and F6. RGB value is (237,212,246). Sum of RGB (Red+Green+Blue) = 237+212+246=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 212 (83.20% from 255 or 30.50% from 695); Blue value is 246 (96.48% from 255 or 35.40% from 695); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDD4F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD4F6 is #122B09. Grayscale: #DFDFDF. Windows color (decimal): -1190666 or 16176365. OLE color: 16176365.

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

Color convert

RGB 237 212 246 -
CMYK 0.04 0.14 0 0.04
HSL 284.12º 0.65% 0.9% -
HSV(B) 284.12º 0.14% 0.96% -
XYZ 75.1 71.75 97.08 -
YUV 223.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 237 212 246 0.04 0.14 0 0.04 284.12 0.65 0.9
Hex ED D4 F6 4 E 0 4 11C 41 5A
Octal 355 324 366 4 16 0 4 434 101 132
Binary 11101101 11010100 11110110 100 1110 0 100 100011100 1000001 1011010

Color Harmonies of #EDD4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4F6

Black with #EDD4F6

Text Example


Text Example

White with #EDD4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4F6; }

 p { color: rgb(237,212,246); }

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

background-color css

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

 a { background-color: rgb(237,212,246); }

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

border-color css

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

 span { border-color: rgb(237,212,246); }

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