Html Css Color HEX #EDDAFC Blue Chalk

📋 copy color: '#EDDAFC'

red 237 ◦ green 218 ◦ blue 252

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

Shades of Blue Chalk #EDDAFC

Tints of Blue Chalk #EDDAFC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 30.83%

 BLUE value IS 252 (98.83% from 255) = 35.64%

R = 33.52%
G = 30.83%
B = 35.64%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDDAFC (or 0xEDDAFC) is known color: Blue Chalk. HEX triplet: ED, DA and FC. RGB value is (237,218,252). Sum of RGB (Red+Green+Blue) = 237+218+252=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 218 (85.55% from 255 or 30.83% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDDAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDAFC is #122503. Grayscale: #E3E3E3. Windows color (decimal): -1189124 or 16571117. OLE color: 16571117.

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

Color convert

RGB 237 218 252 -
CMYK 0.06 0.13 0 0.01
HSL 273.53º 0.85% 0.92% -
HSV(B) 273.53º 0.13% 0.99% -
XYZ 77.57 75.18 102.52 -
YUV 227.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 237 218 252 0.06 0.13 0 0.01 273.53 0.85 0.92
Hex ED DA FC 6 D 0 1 112 55 5C
Octal 355 332 374 6 15 0 1 422 125 134
Binary 11101101 11011010 11111100 110 1101 0 1 100010010 1010101 1011100

Color Harmonies of #EDDAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDAFC

Black with #EDDAFC

Text Example


Text Example

White with #EDDAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDAFC; }

 p { color: rgb(237,218,252); }

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

background-color css

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

 a { background-color: rgb(237,218,252); }

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

border-color css

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

 span { border-color: rgb(237,218,252); }

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