Html Css Color HEX #EFCCEA Snuff

📋 copy color: '#EFCCEA'

red 239 ◦ green 204 ◦ blue 234

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

Shades of Snuff #EFCCEA

Tints of Snuff #EFCCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.56%

R = 35.3%
G = 30.13%
B = 34.56%

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

#EFCCEA (or 0xEFCCEA) is known color: Snuff. HEX triplet: EF, CC and EA. RGB value is (239,204,234). Sum of RGB (Red+Green+Blue) = 239+204+234=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCEA is #103315. Grayscale: #D9D9D9. Windows color (decimal): -1061654 or 15387887. OLE color: 15387887.

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

Color convert

RGB 239 204 234 -
CMYK 0 0.15 0.02 0.06
HSL 308.57º 0.52% 0.87% -
HSV(B) 308.57º 0.15% 0.94% -
XYZ 72.04 67.48 87.07 -
YUV 217.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 239 204 234 0 0.15 0.02 0.06 308.57 0.52 0.87
Hex EF CC EA 0 F 2 6 135 34 57
Octal 357 314 352 0 17 2 6 465 64 127
Binary 11101111 11001100 11101010 0 1111 10 110 100110101 110100 1010111

Color Harmonies of #EFCCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCEA

Black with #EFCCEA

Text Example


Text Example

White with #EFCCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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