Html Css Color HEX #EFCBEC Snuff

📋 copy color: '#EFCBEC'

red 239 ◦ green 203 ◦ blue 236

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

Shades of Snuff #EFCBEC

Tints of Snuff #EFCBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.81%

R = 35.25%
G = 29.94%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFCBEC (or 0xEFCBEC) is known color: Snuff. HEX triplet: EF, CB and EC. RGB value is (239,203,236). Sum of RGB (Red+Green+Blue) = 239+203+236=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 203 (79.69% from 255 or 29.94% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBEC is #103413. Grayscale: #D9D9D9. Windows color (decimal): -1061908 or 15518703. OLE color: 15518703.

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

Color convert

RGB 239 203 236 -
CMYK 0 0.15 0.01 0.06
HSL 305º 0.53% 0.87% -
HSV(B) 305º 0.15% 0.94% -
XYZ 72.09 67.12 88.51 -
YUV 217.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 239 203 236 0 0.15 0.01 0.06 305 0.53 0.87
Hex EF CB EC 0 F 1 6 131 35 57
Octal 357 313 354 0 17 1 6 461 65 127
Binary 11101111 11001011 11101100 0 1111 1 110 100110001 110101 1010111

Color Harmonies of #EFCBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBEC

Black with #EFCBEC

Text Example


Text Example

White with #EFCBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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