Html Css Color HEX #EFCCEE Snuff

📋 copy color: '#EFCCEE'

red 239 ◦ green 204 ◦ blue 238

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

Shades of Snuff #EFCCEE

Tints of Snuff #EFCCEE

RGB

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

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

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

R = 35.1%
G = 29.96%
B = 34.95%

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

#EFCCEE (or 0xEFCCEE) is known color: Snuff. HEX triplet: EF, CC and EE. RGB value is (239,204,238). Sum of RGB (Red+Green+Blue) = 239+204+238=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCEE is #103311. Grayscale: #DADADA. Windows color (decimal): -1061650 or 15650031. OLE color: 15650031.

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

Color convert

RGB 239 204 238 -
CMYK 0 0.15 0.00 0.06
HSL 301.71º 0.52% 0.87% -
HSV(B) 301.71º 0.15% 0.94% -
XYZ 72.62 67.71 90.13 -
YUV 218.34 139.1 142.74 -
System Red Green Blue C M Y K H S L
Decimal 239 204 238 0 0.15 0.00 0.06 301.71 0.52 0.87
Hex EF CC EE 0 F 0 6 12E 34 57
Octal 357 314 356 0 17 0 6 456 64 127
Binary 11101111 11001100 11101110 0 1111 0 110 100101110 110100 1010111

Color Harmonies of #EFCCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCEE

Black with #EFCCEE

Text Example


Text Example

White with #EFCCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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