Html Css Color HEX #EFCBE9 Snuff

📋 copy color: '#EFCBE9'

red 239 ◦ green 203 ◦ blue 233

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

Shades of Snuff #EFCBE9

Tints of Snuff #EFCBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.52%

R = 35.41%
G = 30.07%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFCBE9 (or 0xEFCBE9) is known color: Snuff. HEX triplet: EF, CB and E9. RGB value is (239,203,233). Sum of RGB (Red+Green+Blue) = 239+203+233=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBE9 is #103416. Grayscale: #D9D9D9. Windows color (decimal): -1061911 or 15322095. OLE color: 15322095.

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

Color convert

RGB 239 203 233 -
CMYK 0 0.15 0.03 0.06
HSL 310º 0.53% 0.87% -
HSV(B) 310º 0.15% 0.94% -
XYZ 71.66 66.95 86.24 -
YUV 217.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 239 203 233 0 0.15 0.03 0.06 310 0.53 0.87
Hex EF CB E9 0 F 3 6 136 35 57
Octal 357 313 351 0 17 3 6 466 65 127
Binary 11101111 11001011 11101001 0 1111 11 110 100110110 110101 1010111

Color Harmonies of #EFCBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBE9

Black with #EFCBE9

Text Example


Text Example

White with #EFCBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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