Html Css Color HEX #EFCBE7 Snuff

📋 copy color: '#EFCBE7'

red 239 ◦ green 203 ◦ blue 231

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

Shades of Snuff #EFCBE7

Tints of Snuff #EFCBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.32%

R = 35.51%
G = 30.16%
B = 34.32%

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

#EFCBE7 (or 0xEFCBE7) is known color: Snuff. HEX triplet: EF, CB and E7. RGB value is (239,203,231). Sum of RGB (Red+Green+Blue) = 239+203+231=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBE7 is #103418. Grayscale: #D8D8D8. Windows color (decimal): -1061913 or 15191023. OLE color: 15191023.

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

Color convert

RGB 239 203 231 -
CMYK 0 0.15 0.03 0.06
HSL 313.33º 0.53% 0.87% -
HSV(B) 313.33º 0.15% 0.94% -
XYZ 71.38 66.83 84.74 -
YUV 216.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 239 203 231 0 0.15 0.03 0.06 313.33 0.53 0.87
Hex EF CB E7 0 F 3 6 139 35 57
Octal 357 313 347 0 17 3 6 471 65 127
Binary 11101111 11001011 11100111 0 1111 11 110 100111001 110101 1010111

Color Harmonies of #EFCBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBE7

Black with #EFCBE7

Text Example


Text Example

White with #EFCBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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