Html Css Color HEX #EFCEEF Snuff

📋 copy color: '#EFCEEF'

red 239 ◦ green 206 ◦ blue 239

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

Shades of Snuff #EFCEEF

Tints of Snuff #EFCEEF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.12%

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

R = 34.94%
G = 30.12%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFCEEF (or 0xEFCEEF) is known color: Snuff. HEX triplet: EF, CE and EF. RGB value is (239,206,239). Sum of RGB (Red+Green+Blue) = 239+206+239=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFCEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEEF is #103110. Grayscale: #DBDBDB. Windows color (decimal): -1061137 or 15716079. OLE color: 15716079.

HSL color Cylindrical-coordinate representation of color #EFCEEF: hue angle of 300º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCEEF is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 206 239 -
CMYK 0 0.14 0 0.06
HSL 300º 0.51% 0.87% -
HSV(B) 300º 0.14% 0.94% -
XYZ 73.25 68.73 91.07 -
YUV 219.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 239 206 239 0 0.14 0 0.06 300 0.51 0.87
Hex EF CE EF 0 E 0 6 12C 33 57
Octal 357 316 357 0 16 0 6 454 63 127
Binary 11101111 11001110 11101111 0 1110 0 110 100101100 110011 1010111

Color Harmonies of #EFCEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEEF

Black with #EFCEEF

Text Example


Text Example

White with #EFCEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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