Html Css Color HEX #EFCEF1 Snuff

📋 copy color: '#EFCEF1'

red 239 ◦ green 206 ◦ blue 241

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

Shades of Snuff #EFCEF1

Tints of Snuff #EFCEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.13%

R = 34.84%
G = 30.03%
B = 35.13%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFCEF1 (or 0xEFCEF1) is known color: Snuff. HEX triplet: EF, CE and F1. RGB value is (239,206,241). Sum of RGB (Red+Green+Blue) = 239+206+241=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFCEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEF1 is #10310E. Grayscale: #DBDBDB. Windows color (decimal): -1061135 or 15847151. OLE color: 15847151.

HSL color Cylindrical-coordinate representation of color #EFCEF1: hue angle of 296.57º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCEF1 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 206 241 -
CMYK 0.01 0.15 0 0.05
HSL 296.57º 0.56% 0.88% -
HSV(B) 296.57º 0.15% 0.95% -
XYZ 73.55 68.84 92.63 -
YUV 219.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 239 206 241 0.01 0.15 0 0.05 296.57 0.56 0.88
Hex EF CE F1 1 F 0 5 129 38 58
Octal 357 316 361 1 17 0 5 451 70 130
Binary 11101111 11001110 11110001 1 1111 0 101 100101001 111000 1011000

Color Harmonies of #EFCEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEF1

Black with #EFCEF1

Text Example


Text Example

White with #EFCEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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