Html Css Color HEX #EDCDF9 Blue Chalk

📋 copy color: '#EDCDF9'

red 237 ◦ green 205 ◦ blue 249

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

Shades of Blue Chalk #EDCDF9

Tints of Blue Chalk #EDCDF9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.67%

 BLUE value IS 249 (97.66% from 255) = 36.03%

R = 34.3%
G = 29.67%
B = 36.03%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDCDF9 (or 0xEDCDF9) is known color: Blue Chalk. HEX triplet: ED, CD and F9. RGB value is (237,205,249). Sum of RGB (Red+Green+Blue) = 237+205+249=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 205 (80.47% from 255 or 29.67% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDCDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDF9 is #123206. Grayscale: #DBDBDB. Windows color (decimal): -1192455 or 16371181. OLE color: 16371181.

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

Color convert

RGB 237 205 249 -
CMYK 0.05 0.18 0 0.02
HSL 283.64º 0.79% 0.89% -
HSV(B) 283.64º 0.18% 0.98% -
XYZ 73.86 68.51 98.95 -
YUV 219.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 237 205 249 0.05 0.18 0 0.02 283.64 0.79 0.89
Hex ED CD F9 5 12 0 2 11C 4F 59
Octal 355 315 371 5 22 0 2 434 117 131
Binary 11101101 11001101 11111001 101 10010 0 10 100011100 1001111 1011001

Color Harmonies of #EDCDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDF9

Black with #EDCDF9

Text Example


Text Example

White with #EDCDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDF9; }

 p { color: rgb(237,205,249); }

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

background-color css

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

 a { background-color: rgb(237,205,249); }

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

border-color css

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

 span { border-color: rgb(237,205,249); }

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