Html Css Color HEX #EFCEF5 Snuff

📋 copy color: '#EFCEF5'

red 239 ◦ green 206 ◦ blue 245

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

Shades of Snuff #EFCEF5

Tints of Snuff #EFCEF5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 29.86%

 BLUE value IS 245 (96.09% from 255) = 35.51%

R = 34.64%
G = 29.86%
B = 35.51%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFCEF5 (or 0xEFCEF5) is known color: Snuff. HEX triplet: EF, CE and F5. RGB value is (239,206,245). Sum of RGB (Red+Green+Blue) = 239+206+245=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 206 (80.86% from 255 or 29.86% from 690); Blue value is 245 (96.09% from 255 or 35.51% from 690); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFCEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEF5 is #10310A. Grayscale: #DCDCDC. Windows color (decimal): -1061131 or 16109295. OLE color: 16109295.

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

Color convert

RGB 239 206 245 -
CMYK 0.02 0.16 0 0.04
HSL 290.77º 0.66% 0.88% -
HSV(B) 290.77º 0.16% 0.96% -
XYZ 74.15 69.09 95.81 -
YUV 220.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 239 206 245 0.02 0.16 0 0.04 290.77 0.66 0.88
Hex EF CE F5 2 10 0 4 123 42 58
Octal 357 316 365 2 20 0 4 443 102 130
Binary 11101111 11001110 11110101 10 10000 0 100 100100011 1000010 1011000

Color Harmonies of #EFCEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEF5

Black with #EFCEF5

Text Example


Text Example

White with #EFCEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEF5; }

 p { color: rgb(239,206,245); }

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

background-color css

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

 a { background-color: rgb(239,206,245); }

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

border-color css

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

 span { border-color: rgb(239,206,245); }

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