Html Css Color HEX #EDDAFF Blue Chalk

📋 copy color: '#EDDAFF'

red 237 ◦ green 218 ◦ blue 255

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

Shades of Blue Chalk #EDDAFF

Tints of Blue Chalk #EDDAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.92%

R = 33.38%
G = 30.7%
B = 35.92%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDDAFF (or 0xEDDAFF) is known color: Blue Chalk. HEX triplet: ED, DA and FF. RGB value is (237,218,255). Sum of RGB (Red+Green+Blue) = 237+218+255=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 218 (85.55% from 255 or 30.70% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDDAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDAFF is #122500. Grayscale: #E3E3E3. Windows color (decimal): -1189121 or 16767725. OLE color: 16767725.

HSL color Cylindrical-coordinate representation of color #EDDAFF: hue angle of 270.81º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDDAFF is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 218 255 -
CMYK 0.07 0.15 0 0
HSL 270.81º 1% 0.93% -
HSV(B) 270.81º 0.15% 1% -
XYZ 78.05 75.37 105.04 -
YUV 227.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 237 218 255 0.07 0.15 0 0 270.81 1 0.93
Hex ED DA FF 7 F 0 0 10F 64 5D
Octal 355 332 377 7 17 0 0 417 144 135
Binary 11101101 11011010 11111111 111 1111 0 0 100001111 1100100 1011101

Color Harmonies of #EDDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDAFF

Black with #EDDAFF

Text Example


Text Example

White with #EDDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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