Html Css Color HEX #EDCDEE Snuff

📋 copy color: '#EDCDEE'

red 237 ◦ green 205 ◦ blue 238

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

Shades of Snuff #EDCDEE

Tints of Snuff #EDCDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35%

R = 34.85%
G = 30.15%
B = 35%

CMYK

 C value IS 0.00

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDCDEE (or 0xEDCDEE) is known color: Snuff. HEX triplet: ED, CD and EE. RGB value is (237,205,238). Sum of RGB (Red+Green+Blue) = 237+205+238=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDCDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDEE is #123211. Grayscale: #DADADA. Windows color (decimal): -1192466 or 15650285. OLE color: 15650285.

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

Color convert

RGB 237 205 238 -
CMYK 0.00 0.14 0 0.07
HSL 298.18º 0.49% 0.87% -
HSV(B) 298.18º 0.14% 0.93% -
XYZ 72.19 67.84 90.18 -
YUV 218.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 237 205 238 0.00 0.14 0 0.07 298.18 0.49 0.87
Hex ED CD EE 0 E 0 7 12A 31 57
Octal 355 315 356 0 16 0 7 452 61 127
Binary 11101101 11001101 11101110 0 1110 0 111 100101010 110001 1010111

Color Harmonies of #EDCDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDEE

Black with #EDCDEE

Text Example


Text Example

White with #EDCDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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