Html Css Color HEX #EFCBEB Snuff

📋 copy color: '#EFCBEB'

red 239 ◦ green 203 ◦ blue 235

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

Shades of Snuff #EFCBEB

Tints of Snuff #EFCBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.71%

R = 35.3%
G = 29.99%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFCBEB (or 0xEFCBEB) is known color: Snuff. HEX triplet: EF, CB and EB. RGB value is (239,203,235). Sum of RGB (Red+Green+Blue) = 239+203+235=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 203 (79.69% from 255 or 29.99% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBEB is #103414. Grayscale: #D9D9D9. Windows color (decimal): -1061909 or 15453167. OLE color: 15453167.

HSL color Cylindrical-coordinate representation of color #EFCBEB: hue angle of 306.67º 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 #EFCBEB is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 203 235 -
CMYK 0 0.15 0.02 0.06
HSL 306.67º 0.53% 0.87% -
HSV(B) 306.67º 0.15% 0.94% -
XYZ 71.95 67.06 87.75 -
YUV 217.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 239 203 235 0 0.15 0.02 0.06 306.67 0.53 0.87
Hex EF CB EB 0 F 2 6 133 35 57
Octal 357 313 353 0 17 2 6 463 65 127
Binary 11101111 11001011 11101011 0 1111 10 110 100110011 110101 1010111

Color Harmonies of #EFCBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBEB

Black with #EFCBEB

Text Example


Text Example

White with #EFCBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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