Html Css Color HEX #EDD6F3 Blue Chalk

📋 copy color: '#EDD6F3'

red 237 ◦ green 214 ◦ blue 243

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

Shades of Blue Chalk #EDD6F3

Tints of Blue Chalk #EDD6F3

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.84%

 BLUE value IS 243 (95.31% from 255) = 35.01%

R = 34.15%
G = 30.84%
B = 35.01%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDD6F3 (or 0xEDD6F3) is known color: Blue Chalk. HEX triplet: ED, D6 and F3. RGB value is (237,214,243). Sum of RGB (Red+Green+Blue) = 237+214+243=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 214 (83.98% from 255 or 30.84% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDD6F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD6F3 is #12290C. Grayscale: #E0E0E0. Windows color (decimal): -1190157 or 15980269. OLE color: 15980269.

HSL color Cylindrical-coordinate representation of color #EDD6F3: hue angle of 287.59º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD6F3 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 214 243 -
CMYK 0.02 0.12 0 0.05
HSL 287.59º 0.55% 0.9% -
HSV(B) 287.59º 0.12% 0.95% -
XYZ 75.15 72.57 94.84 -
YUV 224.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 237 214 243 0.02 0.12 0 0.05 287.59 0.55 0.9
Hex ED D6 F3 2 C 0 5 120 37 5A
Octal 355 326 363 2 14 0 5 440 67 132
Binary 11101101 11010110 11110011 10 1100 0 101 100100000 110111 1011010

Color Harmonies of #EDD6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6F3

Black with #EDD6F3

Text Example


Text Example

White with #EDD6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6F3; }

 p { color: rgb(237,214,243); }

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

background-color css

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

 a { background-color: rgb(237,214,243); }

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

border-color css

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

 span { border-color: rgb(237,214,243); }

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