Html Css Color HEX #EDCBEE Snuff

📋 copy color: '#EDCBEE'

red 237 ◦ green 203 ◦ blue 238

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

Shades of Snuff #EDCBEE

Tints of Snuff #EDCBEE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.94%

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

R = 34.96%
G = 29.94%
B = 35.1%

CMYK

 C value IS 0.00

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDCBEE (or 0xEDCBEE) is known color: Snuff. HEX triplet: ED, CB and EE. RGB value is (237,203,238). Sum of RGB (Red+Green+Blue) = 237+203+238=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 203 (79.69% from 255 or 29.94% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDCBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCBEE is #123411. Grayscale: #D9D9D9. Windows color (decimal): -1192978 or 15649773. OLE color: 15649773.

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

Color convert

RGB 237 203 238 -
CMYK 0.00 0.15 0 0.07
HSL 298.29º 0.51% 0.86% -
HSV(B) 298.29º 0.15% 0.93% -
XYZ 71.71 66.89 90.02 -
YUV 217.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 237 203 238 0.00 0.15 0 0.07 298.29 0.51 0.86
Hex ED CB EE 0 F 0 7 12A 33 56
Octal 355 313 356 0 17 0 7 452 63 126
Binary 11101101 11001011 11101110 0 1111 0 111 100101010 110011 1010110

Color Harmonies of #EDCBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBEE

Black with #EDCBEE

Text Example


Text Example

White with #EDCBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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