Html Css Color HEX #EDDAFD Blue Chalk

📋 copy color: '#EDDAFD'

red 237 ◦ green 218 ◦ blue 253

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

Shades of Blue Chalk #EDDAFD

Tints of Blue Chalk #EDDAFD

RGB

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

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

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

R = 33.47%
G = 30.79%
B = 35.73%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDDAFD (or 0xEDDAFD) is known color: Blue Chalk. HEX triplet: ED, DA and FD. RGB value is (237,218,253). Sum of RGB (Red+Green+Blue) = 237+218+253=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 218 (85.55% from 255 or 30.79% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDDAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDAFD is #122502. Grayscale: #E3E3E3. Windows color (decimal): -1189123 or 16636653. OLE color: 16636653.

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

Color convert

RGB 237 218 253 -
CMYK 0.06 0.14 0 0.01
HSL 272.57º 0.9% 0.92% -
HSV(B) 272.57º 0.14% 0.99% -
XYZ 77.73 75.24 103.35 -
YUV 227.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 237 218 253 0.06 0.14 0 0.01 272.57 0.9 0.92
Hex ED DA FD 6 E 0 1 111 5A 5C
Octal 355 332 375 6 16 0 1 421 132 134
Binary 11101101 11011010 11111101 110 1110 0 1 100010001 1011010 1011100

Color Harmonies of #EDDAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDAFD

Black with #EDDAFD

Text Example


Text Example

White with #EDDAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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