Html Css Color HEX #EDCDFF Blue Chalk

📋 copy color: '#EDCDFF'

red 237 ◦ green 205 ◦ blue 255

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

Shades of Blue Chalk #EDCDFF

Tints of Blue Chalk #EDCDFF

RGB

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

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

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

R = 34%
G = 29.41%
B = 36.59%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDCDFF (or 0xEDCDFF) is known color: Blue Chalk. HEX triplet: ED, CD and FF. RGB value is (237,205,255). Sum of RGB (Red+Green+Blue) = 237+205+255=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 205 (80.47% from 255 or 29.41% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDCDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDFF is #123200. Grayscale: #DCDCDC. Windows color (decimal): -1192449 or 16764397. OLE color: 16764397.

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

Color convert

RGB 237 205 255 -
CMYK 0.07 0.20 0 0
HSL 278.4º 1% 0.9% -
HSV(B) 278.4º 0.2% 1% -
XYZ 74.81 68.89 103.96 -
YUV 220.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 237 205 255 0.07 0.20 0 0 278.4 1 0.9
Hex ED CD FF 7 14 0 0 116 64 5A
Octal 355 315 377 7 24 0 0 426 144 132
Binary 11101101 11001101 11111111 111 10100 0 0 100010110 1100100 1011010

Color Harmonies of #EDCDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDFF

Black with #EDCDFF

Text Example


Text Example

White with #EDCDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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