Html Css Color HEX #EFCBEE Snuff

📋 copy color: '#EFCBEE'

red 239 ◦ green 203 ◦ blue 238

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

Shades of Snuff #EFCBEE

Tints of Snuff #EFCBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35%

R = 35.15%
G = 29.85%
B = 35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFCBEE (or 0xEFCBEE) is known color: Snuff. HEX triplet: EF, CB and EE. RGB value is (239,203,238). Sum of RGB (Red+Green+Blue) = 239+203+238=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 203 (79.69% from 255 or 29.85% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBEE is #103411. Grayscale: #D9D9D9. Windows color (decimal): -1061906 or 15649775. OLE color: 15649775.

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

Color convert

RGB 239 203 238 -
CMYK 0 0.15 0.00 0.06
HSL 301.67º 0.53% 0.87% -
HSV(B) 301.67º 0.15% 0.94% -
XYZ 72.39 67.24 90.05 -
YUV 217.75 139.43 143.15 -
System Red Green Blue C M Y K H S L
Decimal 239 203 238 0 0.15 0.00 0.06 301.67 0.53 0.87
Hex EF CB EE 0 F 0 6 12E 35 57
Octal 357 313 356 0 17 0 6 456 65 127
Binary 11101111 11001011 11101110 0 1111 0 110 100101110 110101 1010111

Color Harmonies of #EFCBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBEE

Black with #EFCBEE

Text Example


Text Example

White with #EFCBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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