Html Css Color HEX #EDD3FD Blue Chalk

📋 copy color: '#EDD3FD'

red 237 ◦ green 211 ◦ blue 253

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

Shades of Blue Chalk #EDD3FD

Tints of Blue Chalk #EDD3FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.09%

R = 33.81%
G = 30.1%
B = 36.09%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDD3FD (or 0xEDD3FD) is known color: Blue Chalk. HEX triplet: ED, D3 and FD. RGB value is (237,211,253). Sum of RGB (Red+Green+Blue) = 237+211+253=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 211 (82.81% from 255 or 30.10% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDD3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD3FD is #122C02. Grayscale: #DFDFDF. Windows color (decimal): -1190915 or 16634861. OLE color: 16634861.

HSL color Cylindrical-coordinate representation of color #EDD3FD: hue angle of 277.14º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDD3FD is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 211 253 -
CMYK 0.06 0.17 0 0.01
HSL 277.14º 0.91% 0.91% -
HSV(B) 277.14º 0.17% 0.99% -
XYZ 75.95 71.68 102.76 -
YUV 223.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 237 211 253 0.06 0.17 0 0.01 277.14 0.91 0.91
Hex ED D3 FD 6 11 0 1 115 5B 5B
Octal 355 323 375 6 21 0 1 425 133 133
Binary 11101101 11010011 11111101 110 10001 0 1 100010101 1011011 1011011

Color Harmonies of #EDD3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD3FD

Black with #EDD3FD

Text Example


Text Example

White with #EDD3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD3FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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