Html Css Color HEX #EDCDF6 Blue Chalk

📋 copy color: '#EDCDF6'

red 237 ◦ green 205 ◦ blue 246

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

Shades of Blue Chalk #EDCDF6

Tints of Blue Chalk #EDCDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.76%

R = 34.45%
G = 29.8%
B = 35.76%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDCDF6 (or 0xEDCDF6) is known color: Blue Chalk. HEX triplet: ED, CD and F6. RGB value is (237,205,246). Sum of RGB (Red+Green+Blue) = 237+205+246=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 205 (80.47% from 255 or 29.80% from 688); Blue value is 246 (96.48% from 255 or 35.76% from 688); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDCDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDF6 is #123209. Grayscale: #DBDBDB. Windows color (decimal): -1192458 or 16174573. OLE color: 16174573.

HSL color Cylindrical-coordinate representation of color #EDCDF6: hue angle of 286.83º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDCDF6 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 205 246 -
CMYK 0.04 0.17 0 0.04
HSL 286.83º 0.69% 0.88% -
HSV(B) 286.83º 0.17% 0.96% -
XYZ 73.39 68.32 96.51 -
YUV 219.24 143.1 140.67 -
System Red Green Blue C M Y K H S L
Decimal 237 205 246 0.04 0.17 0 0.04 286.83 0.69 0.88
Hex ED CD F6 4 11 0 4 11F 45 58
Octal 355 315 366 4 21 0 4 437 105 130
Binary 11101101 11001101 11110110 100 10001 0 100 100011111 1000101 1011000

Color Harmonies of #EDCDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDF6

Black with #EDCDF6

Text Example


Text Example

White with #EDCDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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