Html Css Color HEX #EDD5F3 Blue Chalk

📋 copy color: '#EDD5F3'

red 237 ◦ green 213 ◦ blue 243

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

Shades of Blue Chalk #EDD5F3

Tints of Blue Chalk #EDD5F3

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.74%

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

R = 34.2%
G = 30.74%
B = 35.06%

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

#EDD5F3 (or 0xEDD5F3) is known color: Blue Chalk. HEX triplet: ED, D5 and F3. RGB value is (237,213,243). Sum of RGB (Red+Green+Blue) = 237+213+243=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 213 (83.59% from 255 or 30.74% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDD5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5F3 is #122A0C. Grayscale: #DFDFDF. Windows color (decimal): -1190413 or 15980013. OLE color: 15980013.

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

Color convert

RGB 237 213 243 -
CMYK 0.02 0.12 0 0.05
HSL 288º 0.56% 0.89% -
HSV(B) 288º 0.12% 0.95% -
XYZ 74.9 72.06 94.76 -
YUV 223.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 237 213 243 0.02 0.12 0 0.05 288 0.56 0.89
Hex ED D5 F3 2 C 0 5 120 38 59
Octal 355 325 363 2 14 0 5 440 70 131
Binary 11101101 11010101 11110011 10 1100 0 101 100100000 111000 1011001

Color Harmonies of #EDD5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD5F3

Black with #EDD5F3

Text Example


Text Example

White with #EDD5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD5F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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