Html Css Color HEX #EFCDEE Snuff

📋 copy color: '#EFCDEE'

red 239 ◦ green 205 ◦ blue 238

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

Shades of Snuff #EFCDEE

Tints of Snuff #EFCDEE

RGB

 RED value IS 239 (93.75% from 255) = 35.04%

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

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

R = 35.04%
G = 30.06%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFCDEE (or 0xEFCDEE) is known color: Snuff. HEX triplet: EF, CD and EE. RGB value is (239,205,238). Sum of RGB (Red+Green+Blue) = 239+205+238=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDEE is #103211. Grayscale: #DADADA. Windows color (decimal): -1061394 or 15650287. OLE color: 15650287.

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

Color convert

RGB 239 205 238 -
CMYK 0 0.14 0.00 0.06
HSL 301.76º 0.52% 0.87% -
HSV(B) 301.76º 0.14% 0.94% -
XYZ 72.86 68.19 90.21 -
YUV 218.93 138.76 142.32 -
System Red Green Blue C M Y K H S L
Decimal 239 205 238 0 0.14 0.00 0.06 301.76 0.52 0.87
Hex EF CD EE 0 E 0 6 12E 34 57
Octal 357 315 356 0 16 0 6 456 64 127
Binary 11101111 11001101 11101110 0 1110 0 110 100101110 110100 1010111

Color Harmonies of #EFCDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDEE

Black with #EFCDEE

Text Example


Text Example

White with #EFCDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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