Html Css Color HEX #EFCCEF Snuff

📋 copy color: '#EFCCEF'

red 239 ◦ green 204 ◦ blue 239

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

Shades of Snuff #EFCCEF

Tints of Snuff #EFCCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.04%

R = 35.04%
G = 29.91%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFCCEF (or 0xEFCCEF) is known color: Snuff. HEX triplet: EF, CC and EF. RGB value is (239,204,239). Sum of RGB (Red+Green+Blue) = 239+204+239=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFCCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCEF is #103310. Grayscale: #DADADA. Windows color (decimal): -1061649 or 15715567. OLE color: 15715567.

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

Color convert

RGB 239 204 239 -
CMYK 0 0.15 0 0.06
HSL 300º 0.52% 0.87% -
HSV(B) 300º 0.15% 0.94% -
XYZ 72.77 67.77 90.91 -
YUV 218.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 239 204 239 0 0.15 0 0.06 300 0.52 0.87
Hex EF CC EF 0 F 0 6 12C 34 57
Octal 357 314 357 0 17 0 6 454 64 127
Binary 11101111 11001100 11101111 0 1111 0 110 100101100 110100 1010111

Color Harmonies of #EFCCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCEF

Black with #EFCCEF

Text Example


Text Example

White with #EFCCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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