Html Css Color HEX #EFCBF1 Snuff

📋 copy color: '#EFCBF1'

red 239 ◦ green 203 ◦ blue 241

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

Shades of Snuff #EFCBF1

Tints of Snuff #EFCBF1

RGB

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

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

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

R = 34.99%
G = 29.72%
B = 35.29%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFCBF1 (or 0xEFCBF1) is known color: Snuff. HEX triplet: EF, CB and F1. RGB value is (239,203,241). Sum of RGB (Red+Green+Blue) = 239+203+241=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 203 (79.69% from 255 or 29.72% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFCBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBF1 is #10340E. Grayscale: #D9D9D9. Windows color (decimal): -1061903 or 15846383. OLE color: 15846383.

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

Color convert

RGB 239 203 241 -
CMYK 0.01 0.16 0 0.05
HSL 296.84º 0.58% 0.87% -
HSV(B) 296.84º 0.16% 0.95% -
XYZ 72.83 67.41 92.39 -
YUV 218.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 239 203 241 0.01 0.16 0 0.05 296.84 0.58 0.87
Hex EF CB F1 1 10 0 5 129 3A 57
Octal 357 313 361 1 20 0 5 451 72 127
Binary 11101111 11001011 11110001 1 10000 0 101 100101001 111010 1010111

Color Harmonies of #EFCBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBF1

Black with #EFCBF1

Text Example


Text Example

White with #EFCBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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