Html Css Color HEX #EDD3F3 Blue Chalk

📋 copy color: '#EDD3F3'

red 237 ◦ green 211 ◦ blue 243

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

Shades of Blue Chalk #EDD3F3

Tints of Blue Chalk #EDD3F3

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.54%

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

R = 34.3%
G = 30.54%
B = 35.17%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDD3F3 (or 0xEDD3F3) is known color: Blue Chalk. HEX triplet: ED, D3 and F3. RGB value is (237,211,243). Sum of RGB (Red+Green+Blue) = 237+211+243=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 211 (82.81% from 255 or 30.54% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDD3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD3F3 is #122C0C. Grayscale: #DEDEDE. Windows color (decimal): -1190925 or 15979501. OLE color: 15979501.

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

Color convert

RGB 237 211 243 -
CMYK 0.02 0.13 0 0.05
HSL 288.75º 0.57% 0.89% -
HSV(B) 288.75º 0.13% 0.95% -
XYZ 74.4 71.06 94.59 -
YUV 222.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 237 211 243 0.02 0.13 0 0.05 288.75 0.57 0.89
Hex ED D3 F3 2 D 0 5 121 39 59
Octal 355 323 363 2 15 0 5 441 71 131
Binary 11101101 11010011 11110011 10 1101 0 101 100100001 111001 1011001

Color Harmonies of #EDD3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD3F3

Black with #EDD3F3

Text Example


Text Example

White with #EDD3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD3F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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