Html Css Color HEX #EFCEF0 Snuff

📋 copy color: '#EFCEF0'

red 239 ◦ green 206 ◦ blue 240

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

Shades of Snuff #EFCEF0

Tints of Snuff #EFCEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.04%

R = 34.89%
G = 30.07%
B = 35.04%

CMYK

 C value IS 0.00

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFCEF0 (or 0xEFCEF0) is known color: Snuff. HEX triplet: EF, CE and F0. RGB value is (239,206,240). Sum of RGB (Red+Green+Blue) = 239+206+240=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFCEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEF0 is #10310F. Grayscale: #DBDBDB. Windows color (decimal): -1061136 or 15781615. OLE color: 15781615.

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

Color convert

RGB 239 206 240 -
CMYK 0.00 0.14 0 0.06
HSL 298.24º 0.53% 0.87% -
HSV(B) 298.24º 0.14% 0.94% -
XYZ 73.4 68.78 91.85 -
YUV 219.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 239 206 240 0.00 0.14 0 0.06 298.24 0.53 0.87
Hex EF CE F0 0 E 0 6 12A 35 57
Octal 357 316 360 0 16 0 6 452 65 127
Binary 11101111 11001110 11110000 0 1110 0 110 100101010 110101 1010111

Color Harmonies of #EFCEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEF0

Black with #EFCEF0

Text Example


Text Example

White with #EFCEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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