Html Css Color HEX #EFCCEB Snuff

📋 copy color: '#EFCCEB'

red 239 ◦ green 204 ◦ blue 235

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

Shades of Snuff #EFCCEB

Tints of Snuff #EFCCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.09%

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

R = 35.25%
G = 30.09%
B = 34.66%

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

#EFCCEB (or 0xEFCCEB) is known color: Snuff. HEX triplet: EF, CC and EB. RGB value is (239,204,235). Sum of RGB (Red+Green+Blue) = 239+204+235=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCEB is #103314. Grayscale: #D9D9D9. Windows color (decimal): -1061653 or 15453423. OLE color: 15453423.

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

Color convert

RGB 239 204 235 -
CMYK 0 0.15 0.02 0.06
HSL 306.86º 0.52% 0.87% -
HSV(B) 306.86º 0.15% 0.94% -
XYZ 72.18 67.53 87.83 -
YUV 218 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 239 204 235 0 0.15 0.02 0.06 306.86 0.52 0.87
Hex EF CC EB 0 F 2 6 133 34 57
Octal 357 314 353 0 17 2 6 463 64 127
Binary 11101111 11001100 11101011 0 1111 10 110 100110011 110100 1010111

Color Harmonies of #EFCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCEB

Black with #EFCCEB

Text Example


Text Example

White with #EFCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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